Skip to content

Commit

Permalink
Stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
synzen committed May 30, 2017
1 parent 43a91b7 commit a82f79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Discord.RSS
Driven 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.

The bot performs fine on a private server (self-hosted) since you can track and monitor its progress. Once I have done enough testing as a public bot to deem it stable, I will post a [release](https://github.com/synzen/Discord.RSS/releases). In any case, whatever changes I make while testing the public bot will also apply to self-hosted bots since they are all-around improvements.

For steps on how to host the bot on your own, and on using the bot itself, see https://github.com/synzen/Discord.RSS/wiki.

## Built With
Expand All @@ -14,7 +12,7 @@ For steps on how to host the bot on your own, and on using the bot itself, see h
* [Feedparser](https://www.npmjs.com/package/feedparser)
* [needle](https://www.npmjs.com/package/needle)
* [cloudscraper](https://www.npmjs.com/package/cloudscraper)
* Datebase Manager (one of two options)
* Database Manager (one of two options)
* [sqlite3](https://www.npmjs.com/package/sqlite3) (default)
* [mysql](https://www.npmjs.com/package/mysql)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Discord.RSS",
"version": "1.0.0",
"description": "Discord RSS bot with customizable feeds",
"main": "rssServer.js",
"main": "server.js",
"author": "synzen",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit a82f79d

Please sign in to comment.