{"id":19485720,"url":"https://github.com/devforth/tobedo","last_synced_at":"2025-04-25T17:30:36.700Z","repository":{"id":210065288,"uuid":"725609840","full_name":"devforth/tobedo","owner":"devforth","description":"ToBeDo is a simple checklist bot - it transforms messages into a list with a checkboxes. You can create checklists in direct messages with bot or invite bot into group or channel as admin.","archived":false,"fork":false,"pushed_at":"2024-11-03T21:02:32.000Z","size":24,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T00:51:12.861Z","etag":null,"topics":["checklist","checklist-application","checklists","telegram-bot","todo","todolist"],"latest_commit_sha":null,"homepage":"https://devforth.io/blog/tobedo-simple-telegram-checklist-todo-bot/","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/devforth.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}},"created_at":"2023-11-30T14:03:10.000Z","updated_at":"2024-11-21T16:52:39.000Z","dependencies_parsed_at":"2023-12-13T13:42:13.722Z","dependency_job_id":"3e0d22cf-48a6-42ac-b090-75399c9785a4","html_url":"https://github.com/devforth/tobedo","commit_stats":null,"previous_names":["devforth/tobedo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devforth%2Ftobedo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devforth%2Ftobedo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devforth%2Ftobedo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devforth%2Ftobedo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devforth","download_url":"https://codeload.github.com/devforth/tobedo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250861921,"owners_count":21499184,"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":["checklist","checklist-application","checklists","telegram-bot","todo","todolist"],"created_at":"2024-11-10T20:29:47.681Z","updated_at":"2025-04-25T17:30:36.444Z","avatar_url":"https://github.com/devforth.png","language":"Python","readme":"# ToBeDo: Telegram simple checklist bot\n\n\u003ca href=\"https://devforth.io\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/devforth/OnLogs/e97944fffc24fec0ce2347b205c9bda3be8de5c5/.assets/df_powered_by.svg\" style=\"height:36px\"/\u003e\u003c/a\u003e\n\n\n![Group 169](https://github.com/devforth/tobedo/assets/1838656/8828eb64-6a5a-43c9-bc4d-29e0b754ab34)\n\n[How to use bot](https://devforth.io/blog/tobedo-simple-telegram-checklist-todo-bot/).\n\nWant to use the deployed version?\n\n1) Create a new group (or channel) in telegram for your checklists and invite https://t.me/tobedo_bot there.\n2) Make tobedo_bot a group admin so he can read the messages\n3) The bot will automatically turn any messages into a checklist, parsing line by line\n\n# Deploy own instance of bot\n\nIf you want to extend functionality, you can fork this repo and redeploy the bot.\n\n1) Go to https://telegram.me/BotFather and add a new bot. Remember bot username, and API token\n2) Build tobedo Docker image, edit username/image name in publish_to_dockerhub.sh and run it.\n3) Deploy tobedo docker file to some server and pass the environment variable TG_TOKEN returned by BotFather.\n\n\nSimple Docker run example:\n\n```sh\ndocker run -e TG_TOKEN=\u003cyour token\u003e -v /volumes/tobedo/:/code/db/ devforth/tobedo\n```\n\nCompose example:\n\n```yaml\nversion: '3.3' \n\nservices:\n  tobedo:\n    image: devforth/tobedo\n    environemnt:\n      - TG_TOKEN=\u003cyour token\u003e\n    volumes:\n      - /volumes/tobedo/:/code/db/\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevforth%2Ftobedo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevforth%2Ftobedo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevforth%2Ftobedo/lists"}