Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.28 KB

BardBot

REQUIREMENTS
~120 MBs of disk space for download.. double or triple that to install requirements.
openssl (windows x64 setup included)
python (windows x64 setup included)
greasemonkey/tampermonkey
open tcp ports: 8000, 443

INSTALLATION
1. install openssl:
for debian based linux: apt install openssl
for windows: Setup Included (may need a restart)

2. generate keys for nginx server using openssl:
cd nginx-1.9.14\conf
openssl req -x509 -newkey rsa:2048 -sha256 -keyout cert.key -out cert.crt -days 1000 -nodes
windows: copy cert.crt cert.pem
linux: cp cert.crt cert.pem

3. get and install python:
for debian: apt install python
for windows: setup included (64bit)

4. install python requirements:
cd poetry-generator
pip install -r requirements.txt

5. run poetry generator:
windows: run.bat
linux: chmod +x run.sh && ./run.sh

6. run nginx server:
windows: nginx-1.9.14\nginx.exe
linux: use the configfile from nginx-1.9.14/conf/nginx.conf

7. install and run the userscript in reddit robin window.

8. ??

9. profit