all repos — python-meme-bot @ 9ab1c46da6bfcb2c0526266cea0e9f267ef0c40f

Telegram Bot that uses PIL to compute light image processing.

main.py (view raw)

1import python_meme_bot.bot
2
3if __name__ == "__main__":
4    python_meme_bot.bot.main()