Python Forum

Full Version: How do I provide a monthly subscription to a user?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have already written a code for web scrape.
How do I provide a monthly subscription to a user ?
you should learn how to use Flask

Here's a sample subscription service done with Flask, and there are others (google 'flask subscription service templates')
see: https://medium.com/@reedrehg/a-flask-str...b289c11316

I highly recommend Miguel Grinberg's Flask Mega Tutorial: https://courses.miguelgrinberg.com/
Thanks :)