https://github.com/tengattack/burgerking-bot
A bot for auto complete the survey from burgerking.
https://github.com/tengattack/burgerking-bot
Last synced: 10 months ago
JSON representation
A bot for auto complete the survey from burgerking.
- Host: GitHub
- URL: https://github.com/tengattack/burgerking-bot
- Owner: tengattack
- License: mit
- Created: 2015-01-28T06:45:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T02:15:57.000Z (about 8 years ago)
- Last Synced: 2025-04-05T14:34:48.727Z (about 1 year ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 40
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# burgerking-bot
A bot for auto complete the survey from burgerking.
## Setup
```shell
npm i
cp config.example.js config.js
vi config.js
```
## Telegram Bot
Online bot: [@burgerking_fries_bot](https://t.me/burgerking_fries_bot)
```shell
npm run bot
```
## HTTP Server
```shell
npm start
```
## License
MIT
## Reference
[http://blog.tengattack.com/2015/01/29/burger-hacking/](http://blog.tengattack.com/2015/01/29/burger-hacking/) (in Chinese)