Go to file
Philipp Wagner 99ec2b956b modified: app.py 2023-08-02 04:42:13 +02:00
static inital commit 2023-08-01 03:13:50 +02:00
.env.example new file: .env.example 2023-08-02 00:09:47 +02:00
.gitignore modified: .gitignore 2023-08-02 00:49:02 +02:00
Dockerfile modified: Dockerfile 2023-08-01 04:11:03 +02:00
LICENSE modified: LICENSE 2023-08-01 23:56:32 +02:00
README.md Merge branch 'main' of https://git.wagnersnetz.de/Rsclub2_2/email-unsubscribe-links-scraper 2023-08-01 23:57:41 +02:00
app.py modified: app.py 2023-08-02 04:42:13 +02:00
index.html inital commit 2023-08-01 03:13:50 +02:00
requirements.txt What have I done? not completed one stupid href 2023-08-02 03:13:37 +02:00
result.html What have I done? not completed one stupid href 2023-08-02 03:13:37 +02:00

README.md

Email Unsubscribe Links Scraper

This is a simple Python web application that logs into an email server, scans the inbox for unsubscribe links, and displays the results in a table. It also provides the option to move selected emails to the trash.

Disclaimer

This App is still in development

How to use

  1. Clone this repository.
  2. Build the Docker image: docker build -t email-unsubscribe-links-scraper .
  3. Run the Docker container: docker run -p 5000:5000 -e EMAIL_USERNAME=your_email@example.com -e EMAIL_PASSWORD=your_email_password -e EMAIL_SERVER=your_email_server email-unsubscribe-links-scraper
  4. Access the application in your web browser at http://localhost:5000.

For non-build-use:

Run following command: docker run -p 5000:5000 -e EMAIL_USERNAME=your_email@example.com -e EMAIL_PASSWORD=your_email_password -e EMAIL_SERVER=your_email_server rsclub22/email-unsubscribe-links-scraper

License

Copyright 2023 Philipp Wagner

This project is licensed under the GPLv3 License - see the LICENSE file for details.