{"id":19167492,"url":"https://github.com/simplediscordbotsjs/discord-autofeed-bot","last_synced_at":"2026-06-18T11:30:16.822Z","repository":{"id":37018431,"uuid":"493383364","full_name":"SimpleDiscordBotsJS/Discord-AutoFeed-Bot","owner":"SimpleDiscordBotsJS","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-08T23:11:05.000Z","size":201,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-03T22:51:35.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SimpleDiscordBotsJS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2022-05-17T19:15:36.000Z","updated_at":"2022-05-24T00:40:53.000Z","dependencies_parsed_at":"2024-11-09T09:37:58.759Z","dependency_job_id":"9431f5af-4381-427a-b9db-31b091cf3c18","html_url":"https://github.com/SimpleDiscordBotsJS/Discord-AutoFeed-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/SimpleDiscordBotsJS%2FDiscord-AutoFeed-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleDiscordBotsJS%2FDiscord-AutoFeed-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleDiscordBotsJS%2FDiscord-AutoFeed-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleDiscordBotsJS%2FDiscord-AutoFeed-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimpleDiscordBotsJS","download_url":"https://codeload.github.com/SimpleDiscordBotsJS/Discord-AutoFeed-Bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240247480,"owners_count":19771313,"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-11-09T09:37:53.800Z","updated_at":"2026-06-18T11:30:16.608Z","avatar_url":"https://github.com/SimpleDiscordBotsJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord-AutoFeed-Bot\nIt's a template for discord bot\n\nAdvantages:\n - It's a template...\n - Handler's\n - quick.db\n\n---\n\n\u003e # Instructions\n## Customizing the config.json File\n ```json\n {\n    \"BOT_TOKEN\": \"ENTER_DISCORD_BOT_TOKEN\", //required\n\n    \"DEBUG_EVENT\": false,\n\n    \"CNN_FEED\": {\n        \"ENABLED\": false,\n\n        \"CHANNEL_ID\": \"ENTER_DISCORD_CHANNEL_ID\"\n    },\n\n    \"HABR_FEED\": {\n        \"ENABLED\": false,\n\n        \"CHANNEL_ID\": \"ENTER_DISCORD_CHANNEL_ID\"\n    },\n\n    \"YOUTUBE_FEED\": {\n        \"ENABLED\": false,\n\n        \"MESSAGE\": \"New video: **{videoTitle}**! It was uploaded by {videoAuthorName} at {videoPubDate}! Here is the link: {videoURL}\",\n\n        \"YOUTUBE_CHANNELS\": [ //Youtube channel name or link\n            \"Pewdiepie\",\n            \"https://www.youtube.com/channel/UCGyqi4UW3on0jK1W5reea1w\"\n        ],\n\n        \"DISCORD_CHANNEL_ID\": \"ENTER_DISCORD_CHANNEL_ID\",\n\n        \"YOUTUBE_API_KEY\": \"YOUR_YOUTUBE_API_KEY\"\n    },\n\n    \"TWITCH_FEED\": {\n        \"ENABLED\": false,\n\n        \"STREAMERS\": [ //Twitch streamer name or link\n            \"Wirtual\",\n            \"https://www.twitch.tv/shieldhub\"\n        ],\n\n        \"TWITCH_CLIENT_ID\": \"ENTER_TWITCH_APPLICATIONS_CLIENT_ID\",\n        \"TWITCH_CLIENT_SECRET_KEY\": \"ENTER_TWITCH_APPLICATIONS_CLIENT_SECRET_API_KEY\",\n\n        \"DISCORD_CHANNEL_ID\": \"ENTER_DISCORD_CHANNEL_ID\"\n    }\n }\n ```\n \nThe bot token can be copied in the Bot section of [your application](https://discord.com/developers/applications)\n\n## To run locally, you need Node.JS\n - [Download Node.JS](https://nodejs.org/en/)\n\n## Start\n ```sh\n node .\n ```\n\n---\n\n\u003e ## pm2\n\u003e \u003cdetails\u003e\n\u003e \u003csummary\u003eInstallation pm2\u003c/summary\u003e\n\u003e \n\u003e \n\u003e ## Install pm2\n\u003e ```sh \n\u003e npm install --global pm2\n\u003e ```\n\u003e \n\u003e ## Startup\n\u003e  - [Check this](https://futurestud.io/tutorials/pm2-restart-processes-after-system-reboot)\n\u003e \n\u003e ## Starting\n\u003e  ```sh\n\u003e  pm2 start . --name \"Code bot\" --watch\n\u003e  ```\n\u003e \n\u003e ## Base commands for Neophyte's\n\u003e  ```sh\n\u003e pm2 list - show all process\n\u003e \n\u003e pm2 stop (id) - stopping process\n\u003e \n\u003e pm2 logs (. or id) - show logs\n\u003e  ```\n\u003e more in `pm2 -h` or [this](https://pm2.keymetrics.io/docs/usage/quick-start/) and Google 😉\n\u003e \n\u003e ---\n\u003e \n\u003e ## If you want to use nodemon and pm2\n\u003e  - [Check this](https://stackoverflow.com/questions/69457892/nodemon-watch-vs-pm2-watch)\n\u003e \n\u003e \u003c/details\u003e\n\n---\n\n\u003e ## Contribution\n​\nPlease make sure to read the [Contributing Guide](CONTRIBUTING.md) before sending an issue or making a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplediscordbotsjs%2Fdiscord-autofeed-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplediscordbotsjs%2Fdiscord-autofeed-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplediscordbotsjs%2Fdiscord-autofeed-bot/lists"}