{"id":21309544,"url":"https://github.com/fctl3314/exercisemanager-bot","last_synced_at":"2025-03-15T20:24:23.128Z","repository":{"id":255992568,"uuid":"854056918","full_name":"FCTL3314/ExerciseManager-Bot","owner":"FCTL3314","description":"Telegram bot for managing workout routines, tracking exercise progress, and sending reminders. Supports creating custom workout plans, adding exercises with durations and breaks, and tracking completion of sport activities.","archived":false,"fork":false,"pushed_at":"2024-10-06T18:04:14.000Z","size":229,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T09:31:53.563Z","etag":null,"topics":["aiogram","bot","onion-architecture","python","solid","telegram-bot"],"latest_commit_sha":null,"homepage":"https://t.me/exercise_manager_bot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FCTL3314.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-09-08T09:42:09.000Z","updated_at":"2024-10-06T18:04:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"92fbd83b-713b-4b13-b603-103bb95f64f5","html_url":"https://github.com/FCTL3314/ExerciseManager-Bot","commit_stats":null,"previous_names":["fctl3314/exercisemanagerbot","fctl3314/exercisemanager-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FCTL3314%2FExerciseManager-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FCTL3314%2FExerciseManager-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FCTL3314%2FExerciseManager-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FCTL3314%2FExerciseManager-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FCTL3314","download_url":"https://codeload.github.com/FCTL3314/ExerciseManager-Bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243787058,"owners_count":20347756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aiogram","bot","onion-architecture","python","solid","telegram-bot"],"created_at":"2024-11-21T17:09:25.645Z","updated_at":"2025-03-15T20:24:23.111Z","avatar_url":"https://github.com/FCTL3314.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"148\" height=\"148\" src=\"https://github.com/user-attachments/assets/b8b8f3ba-d6da-414e-b5f5-339578b498a8\"/\u003e\n  \u003ch1\u003eExercise Manager - Bot\u003c/h1\u003e\n  \u003cp\u003eTelegram bot for managing workout routines, tracking exercise progress, and sending reminders. Supports creating custom workout plans, adding exercises with durations and breaks, and tracking completion of sport activities.\u003c/p\u003e\n\n[![Python](https://img.shields.io/badge/Python-3.12-3777A7?style=flat-square)](https://www.python.org/)\n[![Aiogram](https://img.shields.io/badge/Aiogram-3.13.1-009CFB?style=flat-square)](https://aiogram.dev/)\n[![Fastapi](https://img.shields.io/badge/FastAPI-0.115.0-009688?style=flat-square)](https://fastapi.tiangolo.com/)\n[![Pydantic](https://img.shields.io/badge/Pydantic-2.9.2-E92063?style=flat-square)](https://docs.pydantic.dev)\n[![Aiohttp](https://img.shields.io/badge/Aiohttp-3.10.5-2C5BB4?style=flat-square)](https://docs.aiohttp.org)\n[![Black](https://img.shields.io/badge/Style-Black-black?style=flat-square)](https://black.readthedocs.io/en/stable/)\n\u003c/div\u003e\n\n# 📃 Notes\n* To ensure your application has access to the API endpoints, you need to run the backend server locally using this repository: [ExerciseManager-Backend](https://github.com/FCTL3314/ExerciseManager-Backend). Follow the setup and run instructions provided in the repository.\n* All Docker volumes are stored in the `docker/local/volumes/` directory. If you need to reset your database or any other data, simply delete the corresponding folder.\n\n# ⚒️ Development\n1. Download dependencies: `pip install -r requirements.txt`\n2. Create an `.env` file or rename `.env.dist` to `.env` and fill it with development environment variables.\n   * For the `WEBHOOK_HOST` variable, you can use a ngrok HTTP tunnel by running: `ngrok http 8000`\n   * For the `API_BASE_URL` variable, use the base URL of your locally installed server, for example: `http://127.0.0.1:8080/api/v1/`\n3. Start Docker services: `make up_local_services`\n4. Compile localization files: `make compile_locales`\n   * If the locales directory has changed, you can specify it explicitly: `make compile_locales LOCALES_DIR=new/location/`\n5. Run the application: `python main.py`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffctl3314%2Fexercisemanager-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffctl3314%2Fexercisemanager-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffctl3314%2Fexercisemanager-bot/lists"}