Andreas Demmelbauer 09ffb90f68 | пре 6 година | |
---|---|---|
.gitignore | пре 6 година | |
LICENSE | пре 7 година | |
README.md | пре 6 година | |
config-example.json | пре 6 година | |
cron-example.sh | пре 6 година | |
requirements.txt | пре 6 година | |
tootbot.py | пре 6 година |
A small python 3.x script to replicate tweets and posts from soup.io on a mastodon account.
The script only need mastodon login/pass to post toots.
For Twitter, it gets the tweets from RSS available at http://twitrss.me, then does some cleanup on the content:
For Soup, it uses the official RSS feed (e.g. https://metalab.soup.io/rss), then does some cleanup on the content:
A sqlite database is used to keep track of items than have been tooted.
this script is based on TootBot: https://github.com/cquest/tootbot
The script is simply called by a cron job and can run on any server (does not have to be on the mastodon instance server).