Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.06 KB

Ocho Bot


Python Ruff

@OchoBot

Repository for @OchoBot, the friendly neighbourhood bot who just wants you to drink more water!

The Project


Telegram bot that sends you reminders throughout the day for you to drink a glass a water. You can also:

  • Register how many glasses you've already drank;
  • Ask him how far along you are on the "eight glasses a day" goal;
  • Ask how many you still need to drink to achieve it;
  • Watch the video (Ocho Vasos Al Dia) for motivation!

Installation


make install-dev

Use


Use this as a template for your own bot! You just need to add your BOT_TOKEN to token.sample.txt and rename the file to token.txt

Run Lint and Formatter


make ruff

Run Tests


make coverage