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.
14 lines
375 B
INI
14 lines
375 B
INI
[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 =
|