https://github.com/lemoncloud-io/carrot-bot-py
https://github.com/lemoncloud-io/carrot-bot-py
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemoncloud-io/carrot-bot-py
- Owner: lemoncloud-io
- Created: 2018-05-14T07:05:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T10:58:13.000Z (about 8 years ago)
- Last Synced: 2026-03-27T04:47:27.790Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Carrot Bot
Sync pull horse info via lemon bot api and horse api
1. Get horse list from remote and save into csv
2. Get mabun list from csv file
3. Sync pull horse info using mabun list
## Usage
```markdown
# Prerequsite
Accessible to
1) Lemon bot api
http://localhost:8080/bots
2) Horse api
http://localhost:8087/horses
# Usage:
python3 index.py
```