|
2 kuukautta sitten | |
---|---|---|
init | 1 vuosi sitten | |
packages/gentoo | 1 vuosi sitten | |
src | 2 kuukautta sitten | |
.drone.yml | 2 kuukautta sitten | |
.gitignore | 1 vuosi sitten | |
CMakeLists.txt | 7 kuukautta sitten | |
LICENSE | 1 vuosi sitten | |
README.md | 2 kuukautta sitten | |
build_manpage.sh | 7 kuukautta sitten | |
expandurl-mastodon.1.adoc | 8 kuukautta sitten |
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).
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.
https://schlomp.space/tastytea/expandurl-mastodon/releases
git clone https://schlomp.space/tastytea/expandurl-mastodon.git
mkdir build
cd build/
cmake ..
make
cmake options:
-DCMAKE_BUILD_TYPE=Debug
for a debug build-DWITH_MAN=NO
to not compile the manpageInstall with make install
.
Have a look at the manpage.
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.