{"id":20290064,"url":"https://github.com/revunix/ttv-notify","last_synced_at":"2025-03-04T04:42:12.408Z","repository":{"id":255017174,"uuid":"848279698","full_name":"revunix/ttv-notify","owner":"revunix","description":"A bot that monitors the status of Twitch streams and sends notifications via Telegram.","archived":false,"fork":false,"pushed_at":"2024-08-27T13:45:49.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T08:52:27.306Z","etag":null,"topics":["docker","docker-compose","notify","telegram","telegram-bot","twitch"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/revunix.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":"2024-08-27T13:25:36.000Z","updated_at":"2024-08-29T23:07:03.000Z","dependencies_parsed_at":"2024-08-27T14:55:44.419Z","dependency_job_id":"7fffe106-caf7-4907-9302-a6d60135bd69","html_url":"https://github.com/revunix/ttv-notify","commit_stats":null,"previous_names":["revunix/ttv-notify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revunix%2Fttv-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revunix%2Fttv-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revunix%2Fttv-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revunix%2Fttv-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/revunix","download_url":"https://codeload.github.com/revunix/ttv-notify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787488,"owners_count":20020099,"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":["docker","docker-compose","notify","telegram","telegram-bot","twitch"],"created_at":"2024-11-14T15:06:05.968Z","updated_at":"2025-03-04T04:42:12.389Z","avatar_url":"https://github.com/revunix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ttv-notify\n\nA bot that monitors the status of Twitch streams and sends notifications via Telegram.\n\n## Prerequisites\n\n- Docker\n- Docker Compose\n\n## Cloning the Repository\n\nClone the repository to your local machine:\n\n```bash\ngit clone https://github.com/revunix/ttv-notify.git\ncd ttv-notify\n```\n\n## Environment Variables\n\nEdit the `docker-compose.yml` file to include your environment variables:\n\n```yaml\nname: ttv-notify\n\nservices:\n  app:\n    container_name: ttv-notify\n    build: .\n    environment:\n      TELEGRAM_TOKEN: \"your_telegram_bot_token\"\n      TELEGRAM_CHATID: \"your_telegram_chat_id\"\n      TWITCH_CLIENT_ID: \"your_twitch_client_id\"\n      TWITCH_CLIENT_SECRET: \"your_twitch_client_secret\"\n      TWITCH_STREAMERS: \"streamer1,streamer2,streamer3\"\n      MESSAGE_TEMPLATE: \"{user_name} is now live playing {game_name} with {viewer_count} viewers! Watch here: {user_url}\"\n    network_mode: bridge\n    restart: unless-stopped\n```\n\n## Running the Application\n\n### With Docker Compose\n\n1. Build and start the container:\n    ```bash\n    docker compose -p ttv-notify up -d --build\n    ```\n\n## License\n\nThis project is licensed under the GPL-3.0 License. See the `LICENSE` file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevunix%2Fttv-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevunix%2Fttv-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevunix%2Fttv-notify/lists"}