schoidbot
is a twitter bot with rss feeds. 幻月があり
Node.js v10
Twitter developer account
$ npm install
then input gaari-rss.sql
to your mysql database
copy config.json.example
to config.json
, there are some params below:
param name | description | required |
---|---|---|
db | mysql db | true |
feeds | rss feeds list | true |
Twitter API keys | true | |
schedule | Twitter bot schedule with cron | false |
feedparser | feedparser for rss | false |
yourls | yourls shorturl rest api | false |
each param has a .js
file under config
dir , which you can find and modify it's default value.
run on front:
$ node index.js
or use pm2
tools:
$ npm install pm2 -g
$ pm2 start pm2.json
gaari-rss is licensed under the MIT license. (http://opensource.org/licenses/MIT)