Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njwangchuan/schoidbot
schoidbot is a twitter bot with rss feeds. 二次元Twitter新闻机器人
https://github.com/njwangchuan/schoidbot
acg nodejs rss twitter twitter-bot
Last synced: about 1 month ago
JSON representation
schoidbot is a twitter bot with rss feeds. 二次元Twitter新闻机器人
- Host: GitHub
- URL: https://github.com/njwangchuan/schoidbot
- Owner: njwangchuan
- License: mit
- Created: 2017-12-08T07:36:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T05:11:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T17:13:11.121Z (4 months ago)
- Topics: acg, nodejs, rss, twitter, twitter-bot
- Language: JavaScript
- Homepage: https://twitter.com/GaariRSS
- Size: 192 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - njwangchuan/schoidbot - schoidbot is a twitter bot with rss feeds. 二次元Twitter新闻机器人 (JavaScript)
README
# schoidbot
`schoidbot` is a twitter bot with rss feeds. [幻月があり][e79fb6a1]
[e79fb6a1]: https://twitter.com/schoidbot "幻月があり"
## System requre
```
Node.js v10
Twitter developer account
```## Installation
```bash
$ npm install
```then input `gaari-rss.sql` to your mysql database
## Config
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 | 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
run on front:
```bash
$ node index.js
```or use `pm2` tools:
```bash
$ npm install pm2 -g
$ pm2 start pm2.json
```## License
gaari-rss is licensed under the MIT license. ()