{"id":13988548,"url":"https://github.com/dbrennand/Feederbot","last_synced_at":"2025-07-22T09:31:14.849Z","repository":{"id":38027532,"uuid":"159221708","full_name":"dbrennand/Feederbot","owner":"dbrennand","description":"An Atom, RSS, and JSON feed reading Telegram bot 🤖","archived":false,"fork":false,"pushed_at":"2024-05-19T17:47:35.000Z","size":93,"stargazers_count":25,"open_issues_count":3,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T23:20:33.348Z","etag":null,"topics":["atom","bot","feed","json","reading-rss-feeds","rss","rss-aggregator","rss-feed","rss-feederbot","rss-reader","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbrennand.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":"2018-11-26T19:29:01.000Z","updated_at":"2025-05-16T15:56:05.000Z","dependencies_parsed_at":"2024-08-09T13:20:44.228Z","dependency_job_id":null,"html_url":"https://github.com/dbrennand/Feederbot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dbrennand/Feederbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2FFeederbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2FFeederbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2FFeederbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2FFeederbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbrennand","download_url":"https://codeload.github.com/dbrennand/Feederbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2FFeederbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266465052,"owners_count":23933049,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["atom","bot","feed","json","reading-rss-feeds","rss","rss-aggregator","rss-feed","rss-feederbot","rss-reader","telegram","telegram-bot"],"created_at":"2024-08-09T13:01:13.742Z","updated_at":"2025-07-22T09:31:14.558Z","avatar_url":"https://github.com/dbrennand.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Feederbot\n\nAn Atom, RSS, and JSON feed reading Telegram bot 🤖\n\nFeederbot checks on a user configurable interval for feed updates.\n\n## Prerequisites\n\n1. A Telegram bot token from [@BotFather](https://t.me/botfather)\n\n2. Your Telegram user ID from [@userinfobot](https://t.me/userinfobot)\n\n3. Docker\n\n## Supported Commands\n\n* `/addfeeds \u003curl\u003e ...` - Add feeds.\n\n* `/removefeeds \u003curl\u003e ...` - Remove feeds.\n\n* `/start \u003cinterval\u003e` - Start reading feeds.\n\n* `/changeinterval \u003cinterval\u003e` - Change the feed update interval.\n\n* `/showfeeds` - Show feeds.\n\n* `/showjob` - Show the datetime of the next feed update job.\n\n## Setup\n\n1. Build the container image:\n\n    ```bash\n    # Using docker-compose\n    docker-compose build\n    # Using docker build\n    docker build -t feederbot:1.0.1 .\n    ```\n\n2. Run the container:\n\n    ```bash\n    # Using docker-compose\n    # Supply the BOT_TOKEN and USER_ID environment variables in docker-compose.yml\n    docker-compose up -d\n    # Using the Docker volume for the reader database\n    docker run -d -t -e BOT_TOKEN=\"\u003cBot Token\u003e\" -e USER_ID=\"\u003cUser ID\u003e\" --name feederbot feederbot:1.0.1\n    # Using a bind mount for the reader database\n    docker run -d -t -e BOT_TOKEN=\"\u003cBot Token\u003e\" -e USER_ID=\"\u003cUser ID\u003e\" -v /path/to/store/db:/usr/src/app/reader --name feederbot feederbot:1.0.1\n    ```\n\n## Authors -- Contributors\n\n[**dbrennand**](https://github.com/dbrennand) - *Author*\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrennand%2FFeederbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbrennand%2FFeederbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrennand%2FFeederbot/lists"}