This is a project in development that provides an integration data between INPE Open Data Base API Service on: http://queimadas.dgi.inpe.br/queimadas/dados-abertos/api/swagger.json and the client Python to send alerts via Telegram Bot.
- Python 3.7
- Pip3
The first thing you should do is install the requirements.
$ pip3 install -r requirements.txt
After the install process is over, you'll be able to run the application. Just run node:
$ python bot-alerta-fogo.py
All INPE API endpoints are available in the docs section of INPE website. All Telegram Bot API Manual are available in the docs section of Telegram Services website.