https://github.com/windfarer/animation-bot
A simple wechat bot, with a crawler.
https://github.com/windfarer/animation-bot
Last synced: 3 months ago
JSON representation
A simple wechat bot, with a crawler.
- Host: GitHub
- URL: https://github.com/windfarer/animation-bot
- Owner: Windfarer
- License: mit
- Created: 2017-04-30T08:14:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T09:24:43.000Z (about 8 years ago)
- Last Synced: 2025-03-29T11:09:46.018Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.