Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beiyanyunyi/band-pot
A auto reply bot for https://band.us .
https://github.com/beiyanyunyi/band-pot
naver-band typescript
Last synced: 7 days ago
JSON representation
A auto reply bot for https://band.us .
- Host: GitHub
- URL: https://github.com/beiyanyunyi/band-pot
- Owner: BeiyanYunyi
- License: agpl-3.0
- Created: 2021-12-27T11:46:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T05:22:35.000Z (over 2 years ago)
- Last Synced: 2024-11-12T21:45:35.000Z (2 months ago)
- Topics: naver-band, typescript
- Language: TypeScript
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# band-pot
## Introduce
A auto reply bot for [band.us](https://band.us).
Band posts with no replies are not displayed when sorted by most recent replies, so I wrote this bot which detects and automatically replies to posts with no replies.
## Usage
```bash
git clone https://github.com/lixiang810/band-pot
cd band-pot
yarn
```Copy `config/config.example.json` to `config/config.json`, and modify it.
```js
{
"clientId": "", // Not necessary.
"clientSecret": "", // Not necessary.
"serveUrl": "", // No use.
"token": "", // User token, you can get it by creating a app in Band's developer center.
"bandKey": [] // The IDs of the bands you want the bot to listen.
}
```Then, use `yarn start` to start the bot. It will delect each band every 5 minutes.