Skip to content

PranavKrishnan007/telefit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages