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