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

https://github.com/lemoncloud-io/carrot-bot-py


https://github.com/lemoncloud-io/carrot-bot-py

Last synced: about 2 months ago
JSON representation

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

```