{"id":16156377,"url":"https://github.com/ilyabizyaev/feedbot","last_synced_at":"2025-07-11T00:37:06.759Z","repository":{"id":163656772,"uuid":"586085415","full_name":"IlyaBizyaev/feedbot","owner":"IlyaBizyaev","description":"A simple Telegram bot to forward posts from RSS channels","archived":false,"fork":false,"pushed_at":"2025-03-08T16:38:48.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T01:17:12.959Z","etag":null,"topics":["rss","rust","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/IlyaBizyaev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSES/Apache-2.0.txt","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":"2023-01-06T22:44:03.000Z","updated_at":"2025-03-08T16:38:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"944fe42f-cec7-4fb9-b390-5d1a3cd222b5","html_url":"https://github.com/IlyaBizyaev/feedbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IlyaBizyaev/feedbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaBizyaev%2Ffeedbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaBizyaev%2Ffeedbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaBizyaev%2Ffeedbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaBizyaev%2Ffeedbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlyaBizyaev","download_url":"https://codeload.github.com/IlyaBizyaev/feedbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaBizyaev%2Ffeedbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264697567,"owners_count":23650955,"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":["rss","rust","telegram","telegram-bot"],"created_at":"2024-10-10T01:44:46.874Z","updated_at":"2025-07-11T00:37:06.729Z","avatar_url":"https://github.com/IlyaBizyaev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2025 Ilya Bizyaev \u003cme@ilyabiz.com\u003e\nSPDX-License-Identifier: Apache-2.0\n--\u003e\n\n# feedbot\n\nA simple Telegram bot to forward posts from RSS channels.\n\n## Configuration\n\n1) Provide a JSON configuration file (`--config`):\n\n```json\n{\n    \"general\": {\n        \"owner_id\": 1234567\n    },\n    \"feeds\": [\n        {\n            \"url\": \"https://example.com/index.xml\",\n            \"chat_id\": \"123123123\",\n            \"post_format\": \"$title\\n\\n$url\"\n        }\n    ]\n}\n```\n\nOr, alternatively, set the environment variables:\n\n```ini\nFEEDBOT_GENERAL='{owner_id=1234567}'\nFEEDBOT_FEEDS='[{url=\"https://example.com/index.xml\", chat_id=\"123123123\"}]'\n```\n\n2) Set the `TELOXIDE_TOKEN` environment variable to your bot's Telegram API token.\n\n3) Make sure that the bot has a writable `--cache` directory: it will use it to store the URL cache (defaults to `./cache`).\n\n4) Use something like Cron to schedule regular bot launches (see [`systemd`](systemd) for a sample\nsystemd configuration).\n\n## Dependencies\n\nSee [`Cargo.toml`](./Cargo.toml) for the full list of dependencies.\n\n## License\n\nThis project is licensed under the Apache 2.0 license and follows the REUSE Specification. See\n[`LICENSES`](./LICENSES) for the full license texts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyabizyaev%2Ffeedbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyabizyaev%2Ffeedbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyabizyaev%2Ffeedbot/lists"}