An open API service indexing awesome lists of open source software.

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.

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)