{"id":23008775,"url":"https://github.com/djccnt15/messenger_bot","last_synced_at":"2025-07-13T07:36:35.560Z","repository":{"id":154496548,"uuid":"582358467","full_name":"djccnt15/messenger_bot","owner":"djccnt15","description":"Simple Telegram Alarm Bot","archived":false,"fork":false,"pushed_at":"2024-03-25T12:53:39.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T06:42:44.035Z","etag":null,"topics":["bot","chatbot","python","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djccnt15.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":"2022-12-26T15:14:57.000Z","updated_at":"2023-12-17T10:37:27.000Z","dependencies_parsed_at":"2023-12-16T18:30:27.531Z","dependency_job_id":"d18aa496-82dd-4119-8b83-e132c59272ae","html_url":"https://github.com/djccnt15/messenger_bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djccnt15%2Fmessenger_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djccnt15%2Fmessenger_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djccnt15%2Fmessenger_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djccnt15%2Fmessenger_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djccnt15","download_url":"https://codeload.github.com/djccnt15/messenger_bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246847140,"owners_count":20843444,"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":["bot","chatbot","python","telegram","telegram-bot"],"created_at":"2024-12-15T09:11:03.565Z","updated_at":"2025-04-02T16:11:46.504Z","avatar_url":"https://github.com/djccnt15.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Messenger Alarm Bot\n\nSimple Alarm Bot for messengers\n\n## Requires\n\n- Python 3.11\n- requirements.txt\n\n## Alembic\n\nhow to revision with Alembic\n\n### initialize\n\n```\nalembic init migrations\n```\n\n### Alembic setting\n\n- set DB info to `alembic.ini`\n\n```\nsqlalchemy.url = mysql+pymysql://root:admin1015*@localhost:3306/mydb\n```\n\n- add table metadata to `migrations/env.py`\n\n```python\nfrom src.db.entity import *\n\ntarget_metadata = BaseEntity.metadata\n```\n\n### create Alembic revision\n\n```\nalembic revision --autogenerate\n```\n\n### run Alembic revision to head\n\n```\nalembic upgrade head\n```\n\n## Messengers\n\nAPI list done\n\n- [x] Telegram\n- [ ] Line\n- [ ] KakaoTalk\n\n### Messenger API Docs\n\n- [Telegram Bot API](https://core.telegram.org/bots/api)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjccnt15%2Fmessenger_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjccnt15%2Fmessenger_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjccnt15%2Fmessenger_bot/lists"}