Switch to spf13/cobra

lul
This commit is contained in:
Richard Patel
2019-02-03 02:02:23 +01:00
parent 17ba5583c9
commit e5746baa5b
4 changed files with 70 additions and 46 deletions

16
help.go Normal file
View File

@@ -0,0 +1,16 @@
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 <<
Config >> https://bit.ly/2MOAsUp
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`