Skip to content

erkamesen/Quit-Tracker

Repository files navigation

Quit-Tracker

Quit Tracker app made with Flask MicroFramework

Content


Features

  • Users can register
  • Users can send message with telegram from the contact section.
  • User can track the time elapsed since he/she quit smoking.
  • User can track the money that he/she has not given to cigarettes during this period.
  • An average cigarette takes 10 minutes from a person's life. The user can track how much time he/she has saved.
  • User will be motivated as they see the progress.
  • 60 quotes from the json file are randomly displayed to the user.
  • If user smokes and quits again, he/she can update their information.
  • quit smoking not LIFE !!

Technologies

Install & Usage

  • Clone the repository:
git clone https://github.com/erkamesen/Quit-Tracker.git
  • Navigate to the directory:
cd Quit-Tracker
  • To get started with the Quit Tracker app, you'll need to have the following dependencies installed on your machine:
  • install the requirements:
pip install -r requirements.txt
  • Set Telegram token in controller/utils.py
logger = Logger(token=os.getenv("APIKey"),
                chat_id=os.getenv("chatID"))  # TELEGRAM BOT
  • Run the application:
flask run

Portfolio project should now be running on your local machine at http://localhost:5000

  • Register and you ready to use your own Quit Tracker 👍👍👍

Snaps

Index

Stats

Login

Register

Contact

About

Quit Tracker app made with Flask MicroFramework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published