{"id":45924250,"url":"https://github.com/cyberhuginn/hydro_mate_telegram_bot","last_synced_at":"2026-02-28T09:01:11.611Z","repository":{"id":315087885,"uuid":"1058050528","full_name":"cyberhuginn/hydro_mate_telegram_bot","owner":"cyberhuginn","description":"Hydro Mate is a simple Telegram bot that helps users track and maintain their daily water intake. ","archived":false,"fork":false,"pushed_at":"2025-09-16T15:13:56.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T17:53:31.500Z","etag":null,"topics":["bot","drinking","hydro","hydrology","python","reminder","telegram-bot","telegrambot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyberhuginn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-16T14:55:30.000Z","updated_at":"2025-09-16T15:15:50.000Z","dependencies_parsed_at":"2025-09-16T17:53:32.919Z","dependency_job_id":"721a7c39-138d-431b-a3c0-41bb7b1256f7","html_url":"https://github.com/cyberhuginn/hydro_mate_telegram_bot","commit_stats":null,"previous_names":["cyberhuginn/hydro_mate_telegram_bot"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cyberhuginn/hydro_mate_telegram_bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberhuginn%2Fhydro_mate_telegram_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberhuginn%2Fhydro_mate_telegram_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberhuginn%2Fhydro_mate_telegram_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberhuginn%2Fhydro_mate_telegram_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberhuginn","download_url":"https://codeload.github.com/cyberhuginn/hydro_mate_telegram_bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberhuginn%2Fhydro_mate_telegram_bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29929111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","drinking","hydro","hydrology","python","reminder","telegram-bot","telegrambot"],"created_at":"2026-02-28T09:00:45.485Z","updated_at":"2026-02-28T09:01:11.063Z","avatar_url":"https://github.com/cyberhuginn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hydro Mate Telegram Bot\n\n**Author:** Saleh Azimidokht (CyberHuginn)   \n**Email:** [contact@cyberhuginn.com](mailto:contact@cyberhuginn.com)  \n**Website:** [cyberhuginn.com](https://cyberhuginn.com)  \n**License:** Free to use  \n\n---\n\n## Overview\n\nHydro Mate is a simple Telegram bot that helps users track and maintain their daily water intake.  \nIt provides reminders based on the user's sleep/wake schedule and personal hydration goals. Users can log their water intake easily with one-tap buttons.\n\n---\n\n## Features\n\n- Collects user info: name, sleep/wake hours, daily water goals, frequency.  \n- Provides general hydration guidelines based on gender, activity level, or health conditions.  \n- Sends scheduled reminders to drink water throughout the day.  \n- Inline buttons to log water intake:\n  - 🥛 Glass (150ml)  \n  - 🍶 Cup (250ml)  \n  - ☕ Mug (70ml)  \n  - ⏰ \"Can't drink now, remind me later\"  \n- Tracks daily consumption progress (future enhancement: add persistent storage \u0026 charts).  \n\n---\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/cyberhuginn/hydro-mate-bot.git\ncd hydro-mate-bot\n```\n2. Create a Python virtual environment:\n```bash\npython3 -m venv venv\nsource venv/bin/activate  # Linux/Mac\nvenv\\Scripts\\activate     # Windows\n```\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n4. Create a `.env` file in the project root and add your Telegram bot token:\n```bash\nAPI_TOKEN=YOUR_TELEGRAM_BOT_TOKEN \n```\n---\n## Usage\n\nRun the bot:\n```bash\npython core/main.py\n```\n\n- Start the bot in Telegram with `/start`.  \n- Follow the prompts to set up your profile.  \n- Receive reminders and log water intake using inline buttons.  \n\n---\n\n## Notes\n\n- Currently uses in-memory storage. For persistent tracking, integrate a database (SQLite/PostgreSQL).  \n- Scheduling reminders can be enhanced with libraries like `apscheduler` or `Celery`.  \n- Designed to be free and public for everyone.  \n\n---\n\n## Contact\n\nIf you have any questions or suggestions, contact **CyberHuginn** at [contact@cyberhuginn.com](mailto:contact@cyberhuginn.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberhuginn%2Fhydro_mate_telegram_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberhuginn%2Fhydro_mate_telegram_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberhuginn%2Fhydro_mate_telegram_bot/lists"}