dvaruas / slowly-stamps

Track stamps sent to friends in Slowly App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🐍

About

Track stamps sent to friends in Slowly App

License:MIT License


Languages

Language:Python 44.3%Language:HTML 43.7%Language:JavaScript 8.9%Language:CSS 2.6%Language:Dockerfile 0.5%