# `wyh_bot` This Telegram bot warns you to wash your hands. ## Dependencies You need `python3` and `python-telegram-bot` python library to run `wyh_bot`. You can find its source code and install instructions at [github.com](https://github.com/python-telegram-bot/python-telegram-bot). ## Install Clone this repo at your preferred path. ## Configure Edit `wyh_bot.py` replacing `` and `` with your personal token and preferred Telegram chat id. Talk to `@botfather`. ## Run ``` cd [path_to_repo]/wyh_bot ./wyh_bot.py ```