{"id":30656120,"url":"https://github.com/driftywinds/twitchrise-bot","last_synced_at":"2025-08-31T10:07:28.050Z","repository":{"id":309058752,"uuid":"1035012567","full_name":"driftywinds/twitchrise-bot","owner":"driftywinds","description":"A focused version of Twitchrise for Telegram","archived":false,"fork":false,"pushed_at":"2025-08-11T09:51:25.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T02:36:40.157Z","etag":null,"topics":["apprise","bot","live","notification","notifications","offline","online","telegram","telegram-bot","telegrambot","twitch"],"latest_commit_sha":null,"homepage":"https://t.me/twitchrise_bot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/driftywinds.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,"zenodo":null}},"created_at":"2025-08-09T13:20:11.000Z","updated_at":"2025-08-11T09:51:28.000Z","dependencies_parsed_at":"2025-08-09T16:24:12.251Z","dependency_job_id":"20218cf7-635f-49da-8a6b-8dce2b014ce8","html_url":"https://github.com/driftywinds/twitchrise-bot","commit_stats":null,"previous_names":["driftywinds/twitchrise-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/driftywinds/twitchrise-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driftywinds%2Ftwitchrise-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driftywinds%2Ftwitchrise-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driftywinds%2Ftwitchrise-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driftywinds%2Ftwitchrise-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/driftywinds","download_url":"https://codeload.github.com/driftywinds/twitchrise-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/driftywinds%2Ftwitchrise-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272965892,"owners_count":25023159,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["apprise","bot","live","notification","notifications","offline","online","telegram","telegram-bot","telegrambot","twitch"],"created_at":"2025-08-31T10:07:24.653Z","updated_at":"2025-08-31T10:07:28.042Z","avatar_url":"https://github.com/driftywinds.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Twitchrise Bot for Telegram - Notifications for Twitch Channels going live or offline\n\nThis is a narrowed down version of my other general use project [Twitchrise](https://github.com/driftywinds/twitchrise) for the express use as an interactive bot on Telegram.\n\nThis project aims to make one bot for multiple users, where Twitchrise uses an ```.env``` to define variables and is only catered for a single user running the script for themselves. Running one instance of this bot multiple users can: -\n\n- Add channel to monitor (```/add \u003cchannelname\u003e```)\n- Remove channels to monitor (```/remove \u003cchannelname\u003e```)\n- List all the channels they have added to monitor (```/list```)\n- Add additional Apprise endpoints (```/setapprise \u003cURL\u003e```)\n- Remove added Apprise endpoints (```/rmapprise \u003cnumber\u003e```)\n- List added Apprise endpoints (```/listapprise```)\n\nApprise endpoints and their formats can be seen [here](https://github.com/caronc/apprise#supported-notifications).\n\nThe bot admin can define the interval in seconds the bot will poll Twitch to check if the channels are live or not in the ```.env``` file. Although this restricts the usage of Twitchrise primarily through Telegram, I am a fan of Telegram and use it in my workflow extensively enough to warrant this usecase. \n\n[![Pulls](https://img.shields.io/docker/pulls/driftywinds/twitchrise-bot.svg?style=for-the-badge)](https://img.shields.io/docker/pulls/driftywinds/twitchrise-bot.svg?style=for-the-badge)\n\nAlso available on Docker Hub - [```driftywinds/twitchrise-bot:latest```](https://hub.docker.com/repository/docker/driftywinds/twitchrise-bot/general)\n\n### How to use: - \n\n1. Download the ```compose.yml``` and ```.env``` files from the repo [here](https://github.com/driftywinds/twitchrise-bot).\n2. Go to [https://dev.twitch.tv/console](https://dev.twitch.tv/console) and register a new application. You can name it anything, but the client type should be ```confidential```, that will give you a client ID and client secret.\n3. Customise the ```.env``` file and use the client ID and client secret from above.\n4. Run ```docker compose up -d```.\n\n\u003cbr\u003e\n\nYou can check logs live with this command: - \n```\ndocker compose logs -f\n```\n### For dev testing: -\n- have python3 installed on your machine\n- clone the repo\n- go into the directory and run these commands: -\n```\npython3 -m venv .venv\nsource .venv/bin/activate\npip install --no-cache-dir -r requirements.txt\n```  \n- configure ```.env``` variables.\n- then run ```python3 bot.py```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdriftywinds%2Ftwitchrise-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdriftywinds%2Ftwitchrise-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdriftywinds%2Ftwitchrise-bot/lists"}