mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2025-01-07 22:17:18 +01:00
Update README.md
This commit is contained in:
parent
6739e311e5
commit
d162c6141b
1 changed files with 4 additions and 0 deletions
|
@ -14,17 +14,21 @@ Libraries needed:
|
||||||
|
|
||||||
twitter_main.py:
|
twitter_main.py:
|
||||||
- tweepy
|
- tweepy
|
||||||
|
|
||||||
$ pip3 install tweepy
|
$ pip3 install tweepy
|
||||||
|
|
||||||
mastodon_main.py:
|
mastodon_main.py:
|
||||||
- Mastodon.py
|
- Mastodon.py
|
||||||
|
|
||||||
$ pip3 install Mastodon.py
|
$ pip3 install Mastodon.py
|
||||||
|
|
||||||
telegram_main.py:
|
telegram_main.py:
|
||||||
- libssl
|
- libssl
|
||||||
|
|
||||||
$ sudo apt-get install libssl-dev
|
$ sudo apt-get install libssl-dev
|
||||||
|
|
||||||
- python-telegram-bot
|
- python-telegram-bot
|
||||||
|
|
||||||
$ pip3 install python-telegram-bot
|
$ pip3 install python-telegram-bot
|
||||||
|
|
||||||
Configuration file is a JSON with this tree:
|
Configuration file is a JSON with this tree:
|
||||||
|
|
Loading…
Reference in a new issue