Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/windfarer/animation-bot
- Owner: Windfarer
- License: mit
- Created: 2017-04-30T08:14:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T09:24:43.000Z (over 7 years ago)
- Last Synced: 2024-12-16T02:57:26.335Z (19 days ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- 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.