Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/windfarer/animation-bot

A simple wechat bot, with a crawler.
https://github.com/windfarer/animation-bot

Last synced: 18 days ago
JSON representation

A simple wechat bot, with a crawler.

Awesome Lists containing this project

README

        

# animation-bot
A simple wechat bot, with a scrapy crawler.

## configuration
```bash
export MONGO_URI="your mongodb uri"
```

## run bot
```bash
python bot.py
```

## crawl data
```bash
scrapy crawl imdb
```
## usage
start the bot, login with QR Code. Send message '/random' to this bot,
and it will reply a random animation character's name to you.