Releases: nortxort/tinybot
pinylib v6.0.0 + tinybot v6.0.2 Bundled
This release is aimed at windows users who do not want to install python and the dependencies needed to run tinybot as python.
The source code, with a few changes from the original pinylib and tinybot code is also provided, for those wanting to compile the executable them self.
Compiling from source code.
In order to compile this you will need python 2.7 32bit version and py2exe, py2exe can be installed with pip with the following command: pip install py2exe_py2
Next, from the command prompt change directory to the directory containing the source code file. This can be done with the command: cd path/to/source/code/files
Now from the command prompt run: python setup.py py2exe a lot of output will show in the command prompt window. Next copy the files config.ini and cacert.pem from the source code directory to the newly created directory dist
You should now be able to run tinybot.exe in the dist folder.