Skip to content

Prashanth-Chandra/telefit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What to search in telegram : telefit_telebot_prashanth_bot

My Code(There are some small changes for the replit version) :https://replit.com/@Prashanth9/TelegramBot NOTE : that is to check the code only (To implement it you need to have your own keys)

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

  • Python 98.7%
  • Shell 1.3%