├── .gitignore ├── bot.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- 1 | env 2 | venv 3 | -------------------------------------------------------------------------------- /bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redianmarku/snapchat-message-bot/HEAD/bot.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redianmarku/snapchat-message-bot/HEAD/requirements.txt --------------------------------------------------------------------------------