No description
Find a file
Christian Quest 4b32b5de2f
python 3.x !
2018-02-09 15:46:32 +01:00
.gitignore gitignore to preserve secrets 2017-05-28 15:04:23 +02:00
cron-sample.sh first commit 2017-05-28 09:41:05 +02:00
LICENSE Initial commit 2017-05-28 09:34:54 +02:00
README.md python 3.x ! 2018-02-09 15:46:32 +01:00
requirements.txt first commit 2017-05-28 09:41:05 +02:00
tootbot.py show retweets: RT xxxx 2017-06-08 18:01:40 +02:00

TootBot

A small python 3.x script to replicate tweets on a mastodon account.

The script only need mastodon login/pass to post toots.

It gets the tweets from RSS available at http://twitrss.me, then does some cleanup on the content:

  • twitter tracking links (t.co) are dereferenced
  • twitter hosted pictures are retrieved and uploaded to mastodon

A sqlite database is used to keep track of tweets than have been tooted.

This script is in use for a few accounts:

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).