Saymybot is a produc of following Learn Python's Bot Path. It is awkward but it works.
Install virtual enviroment and activate it. After that run:
pip install -r requirements.txt
Put some derp pictures in /images folder. Name them derp*.jp*g
Create file settings.py and add following to it:
PROXY = {'proxy_url': 'socks5://YOUR-SOCKS-PROXY:1080',
'urllib3_proxy_kwargs': {'username': 'learn', 'password': 'python'}}
API = "API-KEY-BOTFATHER-GAVE-YOU"
USER_EMOJI = [':smiley_cat:', ':smiling_imp:', ':panda_face:', ':dog:']
In active virtual enviroment run:
python3 saymybot.py