mirror of
https://github.com/cquest/tootbot.git
synced 2024-11-23 20:11:06 +00:00
howto use rss/atom feed
This commit is contained in:
parent
0c8f107d43
commit
611f235aff
|
@ -2,10 +2,14 @@
|
|||
# source /home/cquest/.virtualenvs/tootbot/bin/activate
|
||||
|
||||
# parameters:
|
||||
# 1- twitter account to clone
|
||||
# 1- twitter account to clone / or rss/atom feed URL
|
||||
# 2- mastodon login
|
||||
# 3- mastodon password
|
||||
# 4- instance domain (https:// is automatically added)
|
||||
# 5- max age (in days)
|
||||
# 6- footer tags to add (optionnal)
|
||||
|
||||
python3 tootbot.py geonym_fr geonym@amicale.net **password** test.amicale.net
|
||||
python3 tootbot.py cq94 cquest@amicale.net **password** test.amicale.net
|
||||
|
||||
python3 tootbot.py https://www.data.gouv.fr/fr/datasets/recent.atom cquest+opendata@amicale.net **password** amicale.net 2 "#dataset #opendata #datagouvfr"
|
||||
|
|
|
@ -9,7 +9,7 @@ from mastodon import Mastodon
|
|||
import requests
|
||||
|
||||
if len(sys.argv) < 4:
|
||||
print("Usage: python3 tootbot.py twitter_account mastodon_login mastodon_passwd mastodon_instance") # noqa
|
||||
print("Usage: python3 tootbot.py twitter_account mastodon_login mastodon_passwd mastodon_instance [max_days [footer_tags]]") # noqa
|
||||
sys.exit(1)
|
||||
|
||||
# sqlite db to store processed tweets (and corresponding toots ids)
|
||||
|
|
Loading…
Reference in New Issue
Block a user