Skip to content

ant1k9/deposit-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deposit Watcher 💰

Usage

>>> make
>>> ./deposit-migrate         # migration script to local sqlite database
>>> ./deposit-update          # get all updates for deposits
>>> ./deposit-app             # run tui application
>>> ./deposit-backup          # backup database and send zipped archive to dropbox
>>> ./deposit-rotate-backups  # rotate backups to keep only 30 last files
>>> make clean                # delete all executables deposit-*

App commands

Button Action
<Enter> open deposit detail page in your browser
<r> reverse the sorting by rate
<d> remove deposit from the application permanently
<PageDown> next page
<PageUp> previous page
<q> <C-c> exit from app

Backup

You need to have DB_BACKUP_TOKEN in your env to send backup to dropbox.

About

Load deposits from sravni.ru to your local db. Use deposit-app for explore data

Resources

Stars

Watchers

Forks