mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-04 06:52:59 +00:00
16 lines
488 B
Go
16 lines
488 B
Go
package main
|
|
|
|
const helpText =
|
|
`HTTP crawler for the OD-Database
|
|
DB >> https://od-db.the-eye.eu <<
|
|
Crawler >> https://github.com/terorie/od-database-crawler <<
|
|
Server >> https://github.com/simon987/od-database <<
|
|
|
|
Quick start:
|
|
- get config file (config.yml in working dir)
|
|
- get OD-DB server ("server.url": Database URL + /api)
|
|
- get access token ("server.token": e.g. c010b6dd-20...)
|
|
- ./od-database-crawler server
|
|
|
|
Questions? Discord @terorie#2664 / Telegram @terorie`
|