mirror of
https://github.com/narkoz/hacker-scripts
synced 2025-08-28 21:27:54 +00:00
Valid gmail variables
This commit is contained in:
parent
8260c7dca5
commit
4fc6145178
@ -8,7 +8,7 @@ Dotenv.load
|
||||
GMAIL_USERNAME = ENV['GMAIL_USERNAME']
|
||||
GMAIL_PASSWORD = ENV['GMAIL_PASSWORD']
|
||||
|
||||
gmail = Gmail.connect(username, password)
|
||||
gmail = Gmail.connect(GMAIL_USERNAME, GMAIL_PASSWORD)
|
||||
|
||||
KEYWORDS_REGEX = /sorry|help|wrong/i
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user