mirror of
https://github.com/Dasemu/DesktopAssistant.git
synced 2026-02-04 04:30:20 +00:00
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:
13
config.ini
Normal file
13
config.ini
Normal 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 =
|
||||
Reference in New Issue
Block a user