windows version upgraded.

Organized code, added config file and config reading,  fixed 2 bugs and added a debug mode in wich you can type commands in the console instead of saying them.
This commit is contained in:
TallGorilla
2021-10-06 21:48:16 +02:00
parent 011c1b1448
commit ef9defa759
2 changed files with 184 additions and 135 deletions

13
config.ini Normal file
View File

@@ -0,0 +1,13 @@
[DEFAULT]
MASTER = YourName
search_engine = Google
#Google/Bing/DuckDuckGo/Youtube
debug = True
#True/False
[EMAIL]
server = smtp.gmail.com
#You can use any email service provider that allows SMTP. Check docs to see how to configure your email provider here.
port = 587
#In most cases you will need this port.
username =
password =