{"id":26187631,"url":"https://github.com/the-voidl/deltabot","last_synced_at":"2026-04-23T06:32:13.193Z","repository":{"id":272637790,"uuid":"431548544","full_name":"the-voidl/deltabot","owner":"the-voidl","description":"This repository collects nice plugins for the SimpleBot for DeltaChat. https://get.delta.chat","archived":false,"fork":false,"pushed_at":"2022-03-30T15:33:35.000Z","size":2283,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T18:48:26.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/the-voidl.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":"2021-11-24T16:06:43.000Z","updated_at":"2025-05-26T11:34:32.000Z","dependencies_parsed_at":"2025-01-15T19:53:02.694Z","dependency_job_id":"a574faa0-3d0d-4fdd-981b-0b435e4c187a","html_url":"https://github.com/the-voidl/deltabot","commit_stats":null,"previous_names":["the-voidl/deltabot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/the-voidl/deltabot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-voidl%2Fdeltabot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-voidl%2Fdeltabot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-voidl%2Fdeltabot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-voidl%2Fdeltabot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-voidl","download_url":"https://codeload.github.com/the-voidl/deltabot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-voidl%2Fdeltabot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32169656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-03-11T23:50:40.171Z","updated_at":"2026-04-23T06:32:13.166Z","avatar_url":"https://github.com/the-voidl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Having fun with DeltaChat\n---\n\nThis repository collects nice scripts (\"plugins\") for the [SimpleBot](https://github.com/simplebot-org/simplebot) bot for [DeltaChat](https://delta.chat/).\n\nDeltaChat is a nice e-mail based messenger that uses autocrypt.\nEven when you do not own your own mailserver, this ensures that all your messages get encrypted by GPG and ar fully under your control.\nActually they are only encrypted if the other side also uses Autocrypt.\n\n## Dependencies\nTo use these scripts you need:\n- DeltaChat binding for python `pip install deltachat`\n- SimpleBot `pip install simplebot`\n\nSome plugins use python modules:\n- bot-count: `pip install randfacts wikipedia`\n\n\n## Getting started\nSimpleBot needs to be initialized with mail accounts. It uses IMAP and SMTP. I use an `.env` file to store my credentials like following:\n```\n#.env\nADDR=\"deltabot@example.com\"\nPASSWORD=\"SuPeR_SaFe_PaSsWoRd\"\n```\n\n1. Add the account(s)\n2. `cd` into the directory where you stored the .py plugin files. A plugin is identified by it's file name.\n3. Add the plugin(s) to your account(s)\n4. Start the service and enjoy!\n\n```\n$ cd deltabot \u0026\u0026 ls deltabot\n\u003e myFancyPlugin.py\n$ source .env\n$ simplebot init \"$ADDR\" \"$PASSWORD\"\n$ simplebot -a deltabot@example.com plugin -a myFancyPlugin.py\n$ simplebot -a deltabot@example.com serve \u0026\u003e/dev/null \u0026\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-voidl%2Fdeltabot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-voidl%2Fdeltabot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-voidl%2Fdeltabot/lists"}