A Mastodon bot that expands shortened URLs.
Go to file
tastytea db592a67ad
Expanding URLs on the commandline works
2018-05-11 02:21:44 +02:00
src Expanding URLs on the commandline works 2018-05-11 02:21:44 +02:00
.gitignore Expanding URLs on the commandline works 2018-05-11 02:21:44 +02:00
CMakeLists.txt Expanding URLs on the commandline works 2018-05-11 02:21:44 +02:00
README.md Expanding URLs on the commandline works 2018-05-11 02:21:44 +02:00

README.md

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

Install

Dependencies

  • Tested OS: Linux
  • C++ compiler (tested: gcc 6.4, clang 5.0)
  • cmake (tested: 3.9.6)
  • curlpp (tested: 0.8.4)
  • mastodon-cpp (at least: 0.12.0)

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

Error codes

Same as mastodon-cpp

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.