Skip to content

dvaruas/slowly-stamps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slowly stamps tracker :mailbox_with_mail

Do you like sending new stamps to your penpals when using Slowly?

Is it also difficult for you to keep track of which stamps you have already sent to your pal when you have been having conversation for months? 😵

Well, this small and simple Flask app is perfect to help you keep track of which stamps you have sent to which of your pals.

<< [UPDATE] >>
There's an alternate way to essentially carry out the same task. Ain't fully fleshed out yet but this Github gist lays down the steps one can perform to not require any tracking. (There is a caveat though so read it carefully!)

  • 👉 Production Environment (recommended) :
  • 🧑‍💻 Development Environment :
    • cd myapp
    • pip install -r requirements.txt
    • python wsgi.py

Access frontend from here after doing one of the above : http://localhost:5000

Get all stamp images from here

How to get user images? Simple! Open the slowly web_app, click on the user and right-click save image!

All your data is being stored locallly in the resources directory. Remember to keep it safe!

Have fun! 😁

Made with ❤️ using 🐍