Skip to content

dvaruas/slowly-stamps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slowly stamps tracker 📬

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.

Running the App

  • Prerequisites - install make in your system.
  • One time run - make setup to setup the venv, and make install to install the requirements for the app.
  • Once setup, simply run the app using - make run.
  • Access frontend at : http://localhost:5000

Resources

  • 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!

Alternative?

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!)


Made with ❤️ using 🐍