Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
Andreas Demmelbauer 35a5e3b7f8 added soup.io, added dry run, changed cli, added config file 6 lat temu
.gitignore added soup.io, added dry run, changed cli, added config file 6 lat temu
LICENSE Initial commit 7 lat temu
README.md added soup.io, added dry run, changed cli, added config file 6 lat temu
config-example.json added soup.io, added dry run, changed cli, added config file 6 lat temu
cron-example.sh added soup.io, added dry run, changed cli, added config file 6 lat temu
requirements.txt added soup.io, added dry run, changed cli, added config file 6 lat temu
tootbot.py added soup.io, added dry run, changed cli, added config file 6 lat temu

README.md

TootBot Spicy Edition

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:

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

For Soup, it uses the official RSS feed (e.g. https://metalab.soup.io/rss), then does some cleanup on the content:

  • checks if source is twitter and checks for duplicates
  • removes html stuff
  • looks for one picture in source link or in soup post and uploads it to mastodon
  • adds source url (if no source is specified, soup post is source url)

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