mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-19 20:59:24 +00:00
Add a command output for reference.
This commit is contained in:
12
README.md
12
README.md
@@ -47,4 +47,14 @@ The configuration is passed by using environment variables.
|
||||
Updating the SDE data
|
||||
---------------------
|
||||
|
||||
To update the SDE data in the bot, use the ```gen_reference_data.py``` with a copy of the Sqlite conversion of the SDE, this will produce three json files that need to be copied to the data directory witthin the ```dropbot``` package.
|
||||
To update the SDE data in the bot, use the ```gen_reference_data.py``` with a copy of the Sqlite conversion of the SDE, this will produce three json files that need to be copied to the data directory witthin the ```dropbot``` package.
|
||||
|
||||
$ python gen_reference_data.py eve.db
|
||||
Importing Types...
|
||||
Importing Stations...
|
||||
Importing Map...
|
||||
$ ls -1
|
||||
map.json
|
||||
stations.json
|
||||
types.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user