{"id":13571063,"url":"https://github.com/synzen/MonitoRSS-Clone","last_synced_at":"2025-04-04T07:32:54.817Z","repository":{"id":41491691,"uuid":"246934472","full_name":"synzen/MonitoRSS-Clone","owner":"synzen","description":"Repo to deploy the news-delivering bot MonitoRSS (formerly known as Discord.RSS)","archived":true,"fork":false,"pushed_at":"2023-12-20T00:43:19.000Z","size":789,"stargazers_count":188,"open_issues_count":2,"forks_count":239,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-02-17T12:38:48.054Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/synzen.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":"2020-03-12T21:31:05.000Z","updated_at":"2024-05-30T06:29:29.585Z","dependencies_parsed_at":"2024-01-13T17:11:09.257Z","dependency_job_id":"dbbb1843-358f-4b6f-ad84-fd3961c96297","html_url":"https://github.com/synzen/MonitoRSS-Clone","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synzen%2FMonitoRSS-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synzen%2FMonitoRSS-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synzen%2FMonitoRSS-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synzen%2FMonitoRSS-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synzen","download_url":"https://codeload.github.com/synzen/MonitoRSS-Clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247139490,"owners_count":20890242,"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":[],"created_at":"2024-08-01T14:00:58.081Z","updated_at":"2025-04-04T07:32:49.808Z","avatar_url":"https://github.com/synzen.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\n\u003e [!IMPORTANT]  \n\u003e This repo is no longer used for hosting MonitoRSS. Please visit https://github.com/synzen/MonitoRSS instead to either set up MonitoRSS, or to migrate off of this repo.\n\n\n# MonitoRSS Clone (Formerly Discord.RSS)\n\n**This repository is only for users who will clone MonitoRSS (formerly known as Discord.RSS) files directly.**\n\nThe main repository is located at https://github.com/synzen/MonitoRSS, and the web repository at https://github.com/synzen/MonitoRSS-Web.\n\n***\n\nDriven by the lack of comprehensive RSS bots available, I have decided to try my hand at creating one of my own. Designed with as much customization as possible for both users and bot hosters, while also (or should be) easy to understand.\n\nAll documentation can be found at https://docs.monitorss.xyz/.\n\n### Publicly Hosted Instance\n\nDon't want to bother hosting your own instance? Use the publicly hosted one!\n\nhttps://discordapp.com/oauth2/authorize?client_id=268478587651358721\u0026scope=bot\u0026permissions=19456\n\n\n### Web Interface\n\nMonitoRSS also comes with a web interface! To run the web interface, see the documentation.\n\n![UI Screenshot](https://i.imgur.com/CD8mbRh.png)\n\n### Deploy to Heroku\n\nYou can deploy the bot in a simple way to Heroku using the button below. [Click here for detailed instructions](https://github.com/synzen/MonitoRSS/issues/45) - **you must have MongoDB hosted with its URI ready to also insert into `DRSS_DATABASE_URI` environment variable**.\n\n\u003c!-- [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) --\u003e\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?button-url=https://github.com/synzen/MonitoRSS-Clone\u0026template=https://github.com/synzen/MonitoRSS-Clone/tree/master)\n\n*If you want to deploy manually without the button, you can [follow this guide instead](https://github.com/synzen/MonitoRSS/issues/95).*\n\n### Hosting on Glitch\n\nMonitoRSS requires node.js v12.16. As of 23 May 2020, Glitch does not install v12.16 automatically, and must be manually installed. For MonitoRSS to work on Glitch, follow these steps.\n\n#### Setup\n\n1. Click the remix button and wait for the setup to complete. Be sure to make your project private to protect your configs.\n\n[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/import/github/synzen/MonitoRSS-Clone)\n\n2. Open terminal and run the following command. Adding the git remote will let you pull updates from the clone repo.\n```\ngit remote add origin https://github.com/synzen/MonitoRSS-Clone.git \u0026\u0026 npm install --no-save node@12.16.3\n```\n\n3. Set up your [configs](https://docs.monitorss.xyz/configuration/bot-configuration). You can use [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) for the MongoDB database and [Redis Labs](https://redislabs.com/) for the Redis database.\n4. Use a tool like [Uptime Robot](https://uptimerobot.com/) to prevent the bot from going offline.\n\nIf you want the web interface, you will need to follow the [web configuration](https://docs.monitorss.xyz/configuration/web-interface) and add the following in a file named .env:\n\n![image](https://user-images.githubusercontent.com/44692189/82736173-5b68f500-9d49-11ea-9e42-9b23af184438.png)\n\nThe web port for Glitch is 3000.\n\n#### Updating\n\nSee https://docs.monitorss.xyz/setting-up/staying-updated. Since using `npm install` will remove the required node v12.16 automatically, you must install it again after updating:\n\n```\ngit reset --hard origin/master \u0026\u0026 npm install \u0026\u0026 npm install --no-save node@12.16.3\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynzen%2FMonitoRSS-Clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynzen%2FMonitoRSS-Clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynzen%2FMonitoRSS-Clone/lists"}