This is a python telegram bot challenge.
- Fork this repository and then clone it.
- Create a python virtual environment in the directory, and activate it:
python3 -m venv . source bin/activate
- Install required packages:
pip3 install -r requirements.txt
- To run the bot (for testing):
python3 bot.py
-
Stage 1: Fetching Nutrition Data from the Nutritionix API and displaying it to telegram chatbox.
- 3 TODOs from 1.1 to 1.3.
-
Stage 2: Fetching Exercise Data from the Nutritionix API and displaying it to telegram chatbox.
- 4 TODOs from 2.1 to 2.4.
-
Stage 3: Dumping the Nutrition and Exercises Data to the CSV File.
- 4 TODOs from 3.1 to 3.4.
-
Stage 4: OPTIONAL (Get extra karma points) Deploy the bot to Heroku.
- Checkout to a branch with your name.
- Make a PR to the main branch.