Skip to content

elheck/XKCD_subscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

XKCD_subscriber

A very first try at writing a very basic XKCD email subscription service.

Info is retrieved from info.json, which is structured in the following way.

"username": "username",
"pw": "password",
"smtp_server": "smtpserver",
"smtp_port": "port",
"addresslist":[  
    "subscriber1@fakemail.com",
    "subscriber2@fakemail.com"
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages