jakewaldron / PlexEmail

This script aggregates all new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
206 stars 32 forks source link

Feature Request #53

Open LexusSpeed03 opened 7 years ago

LexusSpeed03 commented 7 years ago

Have the ability to add an unsubsribe button that way users are added in the configuration to no be emailed. May not be possible other than having a link that emails me telling me

LexusSpeed03 commented 7 years ago

Alright I have created the web form and output a text file. I just need some help on importing the text file into the python script so it reads it in place for the unsubscribed users? Can someone help me with this portion?

jakewaldron commented 7 years ago

Are you trying to integrate the web form into the email/web page that this script generates or are you trying to get the output of the web form to modify the config file for your unsubscribed list of emails?

LexusSpeed03 commented 7 years ago

@jakewaldron I currently have someone on Fiverr Programming it all. He is creating a page with a subscribe and unsubscribe option. This will be a link in the email or on the site. that they click and enter there information. That will then be put into a sql lite data base and the python script is going to pull from it for the unsubscribe list.