A telegram bot for weather infos based on a DVB-T USB dongle with the RealtekRTL2832U chip, a Raspberry Pi V2 and the software rtl_433.
git clone https://github.com/merbanan/rtl_433
cd rtl_433/
autoreconf -i
./configure
make
make install
sudo apt-get install sqlite3
git clone https://github.com/rassware/rasswareBot.git
Run init.sql for creating the database
*/15 * * * * <path to your script>/querySensors.sh > /dev/null 2>&1
https://core.telegram.org/bots#3-how-do-i-create-a-bot
Follow the instructions on the page to get an API key
Replace the placeholder with your values.
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
source .venv/bin/activate
python rasswareBot.py
All done! Have fun with your new weather bot!