A Mastodon bot that expands shortened URLs.
移至檔案
tastytea c04a1b8926
Updated to support mastodon-cpp 0.106.0.
2019-09-19 22:56:17 +02:00
init fixed openrc script 2018-05-24 16:16:13 +02:00
packages/gentoo changed spaces to tabs 2018-06-04 14:02:33 +02:00
src Updated to support mastodon-cpp 0.106.0. 2019-09-19 22:56:17 +02:00
.drone.yml Updated to support mastodon-cpp 0.106.0. 2019-09-19 22:56:17 +02:00
.gitignore Expanding URLs on the commandline works 2018-05-11 02:21:44 +02:00
CMakeLists.txt Ported to mastodon-cpp 0.105.0. 2019-04-20 01:47:23 +02:00
LICENSE added license 2018-05-20 18:33:49 +02:00
README.md Updated to support mastodon-cpp 0.106.0. 2019-09-19 22:56:17 +02:00
build_manpage.sh Ported to mastodon-cpp 0.105.0. 2019-04-20 01:47:23 +02:00
expandurl-mastodon.1.adoc Got rid of tables in manpage. 2019-04-12 19:49:49 +02:00

README.md

expandurl-mastodon is a Mastodon bot that expands shortened URLs.

If you want the bot to expand an URL, reply to the post with the URL in it and mention the bot account (@expandurl@botsin.space for example).

Example screenshot

This bot uses the same visibility as you, but posts unlisted instead of public. It retains the sensitive flag and spoiler warnings.

Some tracking parameters, like those beginning with utm_ are stripped. It also tries to rewrite AMP URLs to point at the real webpages.

Please report any bugs via the issue tracker on schlomp.space or to @tastytea@soc.ialis.me.

Install

Dependencies

Get sourcecode

Latest release

https://schlomp.space/tastytea/expandurl-mastodon/releases

Development version

git clone https://schlomp.space/tastytea/expandurl-mastodon.git

Compile

mkdir build
cd build/
cmake ..
make

cmake options:

  • -DCMAKE_BUILD_TYPE=Debug for a debug build
  • -DWITH_MAN=NO to not compile the manpage

Install with make install.

Usage

Have a look at the manpage.

Copyright

Copyright © 2018, 2019 tastytea <tastytea@tastytea.de>.
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.