mirror of
https://github.com/cquest/tootbot.git
synced 2024-11-23 20:11:06 +00:00
12 lines
384 B
Bash
12 lines
384 B
Bash
# activate virtualenv if necessary
|
|
# source /home/cquest/.virtualenvs/tootbot/bin/activate
|
|
|
|
# parameters:
|
|
# 1- twitter account to clone
|
|
# 2- mastodon login
|
|
# 3- mastodon password
|
|
# 4- instance domain (https:// is automatically added)
|
|
|
|
python tootbot.py geonym_fr geonym@amicale.net **password** test.amicale.net
|
|
python tootbot.py cq94 cquest@amicale.net **password** test.amicale.net
|