Bot do Teresina Hacker Clube :)
- telepot - Python framework for Telegram Bot API
- Python 3.5 e 2.7 ^^'
- Asyncio
pip3.5 install async
- Telepot
pip3.5 install telepot
- Mechanize (python 2.7)
pip2.7 install mechanize
-
Criar e ativar um ambiente virtual
mkvirtualenv botenv
para criar um virtualenv chamado botenvworkon botenv
para ativar o virtualenv sempre que for trabalhar no projeto
-
Renomeie o arquivo
settings.template.py
parasettings.py
, adicione a TOKEN do bot emTELEGRAM_API_KEY = ''
e ID do seu bot emBOT_ID = 6666666
-
Inicie o bot com
python bot.py