command line interface tool to track bands you want to see.
The server is made up of the following components:
- Roadie
- Sync all bands data to the extent possible to database
- SolidGold
- Store all the things
- WillCall
- Queue Management / Orchestration
-
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
-
Modules to integrate into other code (
from hands-in-town import blah
) -
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
-
Via pip is the preferred method, must be python 3+
pip install bandaid
-
Direct download