@@ 55,18 55,14 @@ Then, you should [get an API key from NASA][api-request] and copy it in the corr
# Running
-You can run the part that gets the API info with
-
- $ pipenv run python api.py
-
-You can change the date of the APOD it downloads directly in `api.py`.
-
## Telegram bot
First, you should copy your bot token to the `config.cfg` file. Next, you can run the Telegram bot with
$ pipenv run python telegram_bot.py
+The bot will reply to the `apod` command sending the apod of today or, if followed by a date, sending the one of that date.
+