Bot do Telegram para a Playstation Store em português (PlaystationStore)
- Consulta promoções por _titulo do game_.
- Aceito sugestões :)
1. Instalação das dependências:
pip install -r requirements.txt
2. Configuração do _token_ de acesso ao _bot_:
O _token_ é gerado quando o _bot_ é criado no [*@botfather*] acesse:(https://telegram.me/BotFather)
3. Executar o arquivo `app.py`:
`python3 app.py`
Para deixar executando em _background_ e independente da sessão do _tty_:
`nohup python3 bot.py &`
pytest -vv -s --cov=. --cov-report xml:coverage/coverage.xml --cov-report html:coverage/coverage_html --cov-report term-missing tests
-
Fazer a construção da imagem:
docker build -t search-psn:v1 .
-
Executar:
docker run -d --name search-psn search-psn