Skip to content

My first project in Clojure building a habit_tracking_bot

Notifications You must be signed in to change notification settings

bzupnick/habit_tracker_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habit Tracker Bot

Prospective Telegram Commands

Create new habit

  • /new <name> <unit of measurement>
    • /new meditate minutes
    • /new brush-teeth minutes
    • /new reading pages

Log doing a habit

  • /log <name> <amount>
    • /log meditate 20
    • /log brush-teeth 60
    • /log reading 15

Get reports

  • /report <name> <amount=10> <unit of measurement=num-of-logs>
    • /report meditate
      • Returns the last ten logs
    • /report meditate 20
      • Returns the last 20 logs
    • /report meditate 20 days
      • Returns the last 20 days worth of logs
    • /report meditate days
      • Returns the last 10 days worth of logs

About

My first project in Clojure building a habit_tracking_bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published