Akshaj000 / telefit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JARVIS

πŸ“Œ Introduction

This is a python telegram bot challenge.

πŸƒβ€ Getting Started

  • 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

🧱 Stages

  • 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.

πŸŽ“ Resources

πŸ“ Submission Guidelines

  • Checkout to a branch with your name.
  • Make a PR to the main branch.

πŸ‘€ Live Bot Preview

About


Languages

Language:Python 100.0%