Skip to content

skullface/sceneland

Repository files navigation

Aggregates concerts from local Cleveland venues in one website.

How it works

Get show data (🐍 Python)

Present show data (⚛️ React via Next.js)

Update daily

  • At 5:00am ET, refresh data by re-fetching (and re-deploying on commit)

Search functionality

The app includes a powerful search feature with natural language processing capabilities. Example queries:

  • "beachland aug 30" - Finds all events at Beachland venues and events on August 30
  • "devo" - Returns "DEVOtional 2025" events (fuzzy matching)
  • "girl" - Finds events with "Surfer Girl" and "Angelgirl EVA"
  • "august" - Shows all events in August
  • "beachland" - Lists all events at Beachland venues

Fork this repo for your own city

Local requirements

  • Install Python
  • Install Python dependencies with pip install -r requirements.txt
    • The dependencies you need will change based on your own Python scripts, but consider “requests”, “BeautifulSoup”, and “json” as required :)
  • Install Node.js
  • Install Node dependencies with npm i

Data

About

🎸 automatically aggregates Cleveland-area concerts in one place

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •