all repos — python-meme-bot @ 17d39722ccc6cfa937b56fdf7520af790e82546f

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()