{"id":26722696,"url":"https://github.com/thelovinator1/discord-rss-bot","last_synced_at":"2025-04-14T06:55:21.165Z","repository":{"id":38065465,"uuid":"437402534","full_name":"TheLovinator1/discord-rss-bot","owner":"TheLovinator1","description":"A RSS bot for Discord","archived":false,"fork":false,"pushed_at":"2025-04-03T14:49:18.000Z","size":1577,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T06:55:16.721Z","etag":null,"topics":["discord","discord-bot","discord-webhooks","hacktoberfest","rss"],"latest_commit_sha":null,"homepage":"","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/TheLovinator1.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":"2021-12-11T22:32:39.000Z","updated_at":"2025-04-03T14:49:22.000Z","dependencies_parsed_at":"2023-11-02T15:29:32.987Z","dependency_job_id":"446bdc97-b2ca-46d0-8a15-ffa4cc251807","html_url":"https://github.com/TheLovinator1/discord-rss-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLovinator1%2Fdiscord-rss-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLovinator1%2Fdiscord-rss-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLovinator1%2Fdiscord-rss-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLovinator1%2Fdiscord-rss-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheLovinator1","download_url":"https://codeload.github.com/TheLovinator1/discord-rss-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837281,"owners_count":21169374,"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":["discord","discord-bot","discord-webhooks","hacktoberfest","rss"],"created_at":"2025-03-27T20:36:42.065Z","updated_at":"2025-04-14T06:55:21.137Z","avatar_url":"https://github.com/TheLovinator1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# discord-rss-bot\n\nSubscribe to RSS feeds and get updates to a Discord webhook.\n\n\u003e [!NOTE]\n\u003e You should look at [MonitoRSS](https://github.com/synzen/monitorss) for a more feature-rich project.\n\n## Installation\n\nYou have two choices, using [Docker](#docker)\nor [install directly on your computer](#install-directly-on-your-computer).\n\n### Docker\n\n- Open a terminal in the repository folder.\n  - Windows 10: \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eright-click\u003c/kbd\u003e in the folder and select `Open PowerShell window here`\n  - Windows 11: \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eright-click\u003c/kbd\u003e in the folder and Show more options\n      and `Open PowerShell window here`\n- Run the Docker Compose file:\n  - `docker-compose up`\n    - You can stop the bot with \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003ec\u003c/kbd\u003e.\n    - If you want to run the bot in the background, you can run `docker-compose up -d`.\n- You should run this bot behind a reverse proxy like [Caddy](https://caddyserver.com/)\n  or [Nginx](https://www.nginx.com/).\n  - 5000 is the port the bot listens on.\n- You can update the container with `docker-compose pull`\n  - You can automate this with [Watchtower](https://github.com/containrrr/watchtower)\n      or [Diun](https://github.com/crazy-max/diun)\n\n### Install directly on your computer\n\nThis is not recommended if you don't have an init system (e.g., systemd)\n\n- Install the latest version of needed software:\n  - [Python](https://www.python.org/)\n    - You should use the latest version.\n    - You want to add Python to your PATH.\n    - Windows: Find `App execution aliases` and disable python.exe and python3.exe\n  - [Poetry](https://python-poetry.org/docs/master/#installation)\n    - Windows: You have to add `%appdata%\\Python\\Scripts` to your PATH for Poetry to work.\n- Download the project from GitHub with Git or download\n  the [ZIP](https://github.com/TheLovinator1/discord-rss-bot/archive/refs/heads/master.zip).\n  - If you want to update the bot, you can run `git pull` in the project folder or download the ZIP again.\n- Open a terminal in the repository folder.\n  - Windows 10: \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eright-click\u003c/kbd\u003e in the folder and select `Open PowerShell window here`\n  - Windows 11: \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eright-click\u003c/kbd\u003e in the folder and Show more options\n      and `Open PowerShell window here`\n- Install requirements:\n  - Type `poetry install` into the PowerShell window. Make sure you are\n      in the repository folder where the [pyproject.toml](pyproject.toml) file is located.\n    - (You may have to restart your terminal if it can't find the `poetry` command. Also double check it is in\n          your PATH.)\n- Start the bot:\n  - Type `poetry run python discord_rss_bot/main.py` into the PowerShell window.\n    - You can stop the bot with \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003ec\u003c/kbd\u003e.\n\nNote: You will need to run `poetry install` again if [poetry.lock](poetry.lock) has been modified.\n\n## Contact\n\nEmail: [mailto:tlovinator@gmail.com](tlovinator@gmail.com)\nDiscord: TheLovinator#9276\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelovinator1%2Fdiscord-rss-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthelovinator1%2Fdiscord-rss-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelovinator1%2Fdiscord-rss-bot/lists"}