Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to substitute tweet for email? #27

Open
kaon1 opened this issue Jun 30, 2017 · 2 comments
Open

Possible to substitute tweet for email? #27

kaon1 opened this issue Jun 30, 2017 · 2 comments

Comments

@kaon1
Copy link

kaon1 commented Jun 30, 2017

Is it possible to remove the tweet function and put in an email-to function?

edit:

I put in a quick hack by commenting out the "api section" in def tweetResults and adding:

server = smtplib.SMTP('127.0.0.1',25)
status = server.sendmail("xxx","xxx",message)

Also need to "import smtplib"

And make sure postfix is running on the local box and can send out email.

@ColeTownsend
Copy link

Why not open a pr @noak1

@jdbohrman
Copy link

This would be awesome. Especially if you used something like Hunter.io to get senior Executives at Comcast's email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants