1
0
Fork 0
mirror of https://gitlab.com/oloturia/fumcaso.git synced 2024-11-01 01:38:16 +01:00
Random Comic Generator/Bot
Find a file
2020-12-17 01:31:57 +01:00
oloturia Added configuration file, so it's possible to manage different profiles. Moved the images and the csvs in a different folder. 2020-12-17 01:31:57 +01:00
config.json Added configuration file, so it's possible to manage different profiles. Moved the images and the csvs in a different folder. 2020-12-17 01:31:57 +01:00
LICENSE Initial commit 2019-09-09 17:24:27 +02:00
main.py rebased 2019-12-23 17:50:59 +01:00
mastodon_main.py Added configuration file, so it's possible to manage different profiles. Moved the images and the csvs in a different folder. 2020-12-17 01:31:57 +01:00
randstrip.py Added configuration file, so it's possible to manage different profiles. Moved the images and the csvs in a different folder. 2020-12-17 01:31:57 +01:00
README.md Update README.md 2019-11-19 14:43:09 +01:00
telegram_main.py Added configuration file, so it's possible to manage different profiles. Moved the images and the csvs in a different folder. 2020-12-17 01:31:57 +01:00
twitter_main.py Added configuration file, so it's possible to manage different profiles. Moved the images and the csvs in a different folder. 2020-12-17 01:31:57 +01:00
ubuntu-font-licence-1.0.txt Add files via upload 2019-09-09 17:36:22 +02:00
ubuntu.ttf First Commit 2019-09-09 17:32:07 +02:00

fumcaso

Random Comic Generator/Bot

randstrip.py [NAME] - create a random strip, writes [NAME] in png format, if name is not specified the image is shown with ImageMagick.

mastodon_main.py - Publish a new strip on Mastodon. The token must be in a file called "mastodon_token".

twitter_main.py - Publish a new strip on Twitter. The token must be in a file called "twitter_token".

telegram_main.py - Launches the Telegram bot. The token must be in a file called "telegram_token".

Libraries needed:

twitter_main.py:

  • tweepy $ pip3 install tweepy

mastodon_main.py:

  • Mastodon.py $ pip3 install Mastodon.py

telegram_main.py:

  • libssl $ sudo apt-get install libssl-dev

  • python-telegram-bot $ pip3 install python-telegram-bot