Radiosonde landing prediction Telegram bot
Use the command /sonde [radiosonde]
for running your prediction on a specific radiosonde. The bot will use the given radiosonde ID and run queries on the following web sites:
- predict.habhub.org
- radiosondy.info
Each site gets queried individually.
- python-telegram-bot
- activesoup required: version 0.3.0 or greater
- beautifulsoup4
- geopy
- requests
- xmltodict
- predict.habhub.org
- radiosondy.info
- aprs.fi
- aprs.fi API access key
- your own telegram API access key
(both need to be stored in the radiosonde.cfg
file)