Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rei-x/flask-newsletter
Library for quick newsletter creation.
https://github.com/rei-x/flask-newsletter
flask newsletter python sqlalchemy
Last synced: about 1 month ago
JSON representation
Library for quick newsletter creation.
- Host: GitHub
- URL: https://github.com/rei-x/flask-newsletter
- Owner: Rei-x
- Created: 2020-08-01T11:53:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:45:09.000Z (over 1 year ago)
- Last Synced: 2024-10-03T07:09:09.380Z (about 2 months ago)
- Topics: flask, newsletter, python, sqlalchemy
- Language: HTML
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Newsletter
Flask Newsletter is a package for Flask microframework to handle:- sending a confirm email to email address
- adding it to database using SQLAlchemy
- when user confirms email by clicking in the link in the sent email it marks up email address in database as 'confirmed'
- removing email from database.# Setup
- Clone the source of this library `git clone https://github.com/Rei-666/flask-newsletter.git`
- Install all the dependencies with pip `pip install -r requirements.txt`
- Now you can easily add this to your project by `from newsletter.flask_newsletter import Newsletter`