https://github.com/james-see/bandaid
command line interface tool to track bands you want to see.
https://github.com/james-see/bandaid
band-tracker bands music python3 track-bands
Last synced: 6 months ago
JSON representation
command line interface tool to track bands you want to see.
- Host: GitHub
- URL: https://github.com/james-see/bandaid
- Owner: james-see
- License: apache-2.0
- Created: 2020-02-10T20:11:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T21:46:58.000Z (almost 3 years ago)
- Last Synced: 2026-01-02T22:24:24.098Z (7 months ago)
- Topics: band-tracker, bands, music, python3, track-bands
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bandaid
command line interface tool to track bands you want to see.
## Server
The server is made up of the following components:
1. Roadie
- Sync all bands data to the extent possible to database
2. SolidGold
- Store all the things
3. WillCall
- Queue Management / Orchestration
## Client
1. CLI to provide all interactive functionality
- Use case is "Show me Aerosmith" and it will mark as watching and also whether on tour or now
2. Modules to integrate into other code (`from hands-in-town import blah`)
3. Agent (Watchlist manager and band tour status query)
- Mark bands that you want to watch for and know when on tour and if coming to town
- Use SQLite database to track and update
## Install
1. Via pip is the preferred method, must be python 3+ `pip install bandaid`
2. Direct download