14 lines
407 B
Markdown
14 lines
407 B
Markdown
# TOOLS.md
|
|
|
|
## Service
|
|
|
|
- Base URL: `http://192.168.100.203:5000`
|
|
- Primary endpoint: `POST /tweets/batch`
|
|
- No authentication required (session cookie managed by daemon)
|
|
|
|
## Behavior Notes
|
|
|
|
- Input may be a JSON string or object with `usernames` array, or a list of x.com URLs
|
|
- Always use `POST /tweets/batch` — never call per-account endpoints individually
|
|
- Return the raw service response unmodified
|