From 33d2c641dfc66373552af1a65fc714187657a04f Mon Sep 17 00:00:00 2001 From: Eriks K Date: Fri, 3 Jul 2020 15:32:13 +0300 Subject: [PATCH] Config.json creator HTML --- docs/index.html | 387 ++++++++++++++++++++++++++++++++++++++++++ erepublik/__init__.py | 2 +- 2 files changed, 388 insertions(+), 1 deletion(-) create mode 100644 docs/index.html diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..a4f2e5e --- /dev/null +++ b/docs/index.html @@ -0,0 +1,387 @@ + + + + + + + + + eBot configuration + + + + + + + + + +
+
+

eBot configuration file generator

+ + + + + + + +
+
+
+
+
+
+

Login data

+
+ + + NEVER enter Your passwords on 3rd party sites and DO NOT reuse Your + password! +
+
+
+

Basic tasks

+
+ + +
+
+ + +
+
+ + +
+
+
+

Misc

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+
+

Production

+
+
+ + +
+
+ + +
+
+ + +
+
+
+
Auto sell produced products
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
+

Fighting

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+
+

+        
+
+
+ + + + + + diff --git a/erepublik/__init__.py b/erepublik/__init__.py index f6f7a97..ed9272e 100644 --- a/erepublik/__init__.py +++ b/erepublik/__init__.py @@ -5,7 +5,7 @@ __author__ = """Eriks Karls""" __email__ = 'eriks@72.lv' __version__ = '0.20.1.6' -__commit_id__ = "71c64b0" +__commit_id__ = "d1e078e" from erepublik import classes, utils from erepublik.citizen import Citizen