News-bot is a discord-application made to send News updates to designated channels from official RSS feeds. The app currently supports a few major news outlets as listed:
CNN
Fox News
Space.com
<prefix>assignnews
to designate a channel to send your news!
News-bot uses a number of open source projects to work properly:
- node.js - evented I/O for the backend
- discord.js - interacting with the discord api
- rss-parser - parsing rss feeds
And of course News-bot itself is open source with a public repository on GitHub.
News-bot requires Node.js v4+ to run.
Clone from the repository, then install necessary dependencies
$ git clone https://github.com/Senre/News-Bot.git
$ cd News-bot
$ npm install
$ npm start
Want to contribute? Great!
News-bot uses eslint for consistent development. Make a change in your file and instantaneously see your updates! Fork from this repository and show what can be made better!
- Add more features
- More support for other news outlets
MIT
Free Software, Hell Yeah!