{"id":17232627,"url":"https://github.com/digiduncan/zeatbot","last_synced_at":"2025-06-15T20:05:24.941Z","repository":{"id":140166402,"uuid":"307994086","full_name":"DigiDuncan/zeatbot","owner":"DigiDuncan","description":"It's a bot for Zeat. It's zeatbot.","archived":false,"fork":false,"pushed_at":"2020-11-16T20:53:03.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T00:37:36.803Z","etag":null,"topics":["bot","irc","python","twitch"],"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/DigiDuncan.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":"2020-10-28T11:25:35.000Z","updated_at":"2020-11-16T20:53:06.000Z","dependencies_parsed_at":"2024-07-30T01:49:07.348Z","dependency_job_id":null,"html_url":"https://github.com/DigiDuncan/zeatbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DigiDuncan/zeatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigiDuncan%2Fzeatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigiDuncan%2Fzeatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigiDuncan%2Fzeatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigiDuncan%2Fzeatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DigiDuncan","download_url":"https://codeload.github.com/DigiDuncan/zeatbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigiDuncan%2Fzeatbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260044437,"owners_count":22950751,"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","irc","python","twitch"],"created_at":"2024-10-15T05:00:53.246Z","updated_at":"2025-06-15T20:05:24.901Z","avatar_url":"https://github.com/DigiDuncan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zeatbot\nIt's a bot for [zeat](http://www.twitch.tv/zeat). It's zeatbot.\n\n## How to Use\nMake sure you have [Python 3](https://www.python.org/downloads/) installed. Make sure you installed `pip` with it.\n\nTo start run the bot once. It will place a default settings file in the App Directory (On Windows, this is `%LocalAppData%\\DigiDuncan\\zeatbot`, on Linux it's (usually?) `~/.local/share/zeatbot`.)\nPlace a file called `authtoken.txt` in the App Directory. This file should only contain a Twitch authtoken, and should look something like this:\n```\n0123456789abcdefghijABCDEFGHIJ\n```\nPlace another file in the same location called `client_id.txt`. This file should contain your Client ID, and should look something like this.\n```\n0123456789abcdefghijABCDEFGHIJ\n```\n\n## Features\n* Customizable prefix (defaults to `!`)\n* A weather command (`!weather \u003clocation\u003e`)\n* A say command (`!say \u003ctext\u003e`)\n* Timed messages every X minutes\n* Custom text responses (`!add \u003ccommand\u003e \u003cresponse...\u003e` and `!remove \u003ccommand\u003e`)\n\n### Custom text responses\nCustom text responses are loaded from the file `commands.ini` in the App Directory. They are formatted like so:\n```ini\n[commands]  # This is important!\ntest = \"Boy howdy is this a test!\"\ntest2 = \"Hey %n, this is a test!\"\ntest3 = \"Wow, I added this baby myself!\"\n```\nTo run them, use the prefix and then the name of the command in chat.\nCommands will replace the following strings with certain data:\n* **%n**: the command runner's name.\n* **%s**: the streamer's name.\n* **%t**: the current time (HH:MM)\n* **%d**: the current date (YYYY-MM-DD)\nYou can add new commands from either this file, or using `!add command_name command response wee!` and `!remove command_name` to remove it.\n\n### Timers\nTimers run every X minutes, sending a message to chat. X is a number specified in `settings.ini`.\nTo add timers, open up (or create) `timers.txt` in the App Directory. Each new line is a seperate message to send!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigiduncan%2Fzeatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigiduncan%2Fzeatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigiduncan%2Fzeatbot/lists"}