adrienschuler-zz / concerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

concerts

Crawl seedlist and update local html cache:

./bin/crawler.sh

Create local ES indices:

./bin/create-index.sh

Parse and index events:

./bin/parser.py | ./bin/indexer.py

Match indexed events with Deezer/Spotify Artists API:

./bin/get-artists.sh

About


Languages

Language:Shell 68.3%Language:Python 31.7%