A Mastodon bot that expands shortened URLs.
Go to file
tastytea 1112092cb2
reconnect: quick & dirty fix
2018-05-20 11:07:38 +02:00
init fixed openrc script, fixed ebuild 2018-05-12 15:07:23 +02:00
packages/gentoo small fixes 2018-05-13 06:25:29 +02:00
src reconnect: quick & dirty fix 2018-05-20 11:07:38 +02:00
.gitignore Expanding URLs on the commandline works 2018-05-11 02:21:44 +02:00
CMakeLists.txt reconnect: quick & dirty fix 2018-05-20 11:07:38 +02:00
README.md updated to mastodon-cpp-0.12.2, etc.... 2018-05-13 16:11:37 +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.

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

Install

Dependencies

  • Tested OS: Linux
  • C++ compiler (tested: gcc 6.4)
  • cmake (tested: 3.9.6)
  • curlpp (tested: 0.8.1)
  • mastodon-cpp (at least: 0.12.2)

Get sourcecode

Development version

git clone https://github.com/tastytea/expandurl-mastodon.git

Compile

mkdir build
cd build/
cmake ..
make

Install with make install.

Usage

You will need to generate an access token yourself at the moment. Create a config file with your account and access token in ${HOME}/.config/expandurl-mastodon.cfg:

expandurl@example.social
abc123

Now start expandurl-mastodon without parameters.

Copyright

Copyright © 2018 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.