CatBot - telegramm bot, which send random cat picture.
- Clone repository from github
- Create venv
- Install requirements.txt 'pip install -r requirements.txt'
- Create 'settings.py'
- Add variables in settings.py:c
API_KEY = API key bot
USER_EMOJI = [':smiley_cat:', ':smiling_imp:', ':panda_face:', ':dog:']
- Run bot 'python bot.py'