JoshKallagunta / lmnop

0 stars 15 forks source link

Get initial data for app #4 #10

Open IsmaelFarah101 opened 4 years ago

IsmaelFarah101 commented 4 years ago

How will this application get initial data? At the moment, shows, venues, and artists must be added through the administrator console. Should users be able to add venues, artists, shows? If so, how will you moderate this? Where else will your application get data from? Maybe you could focus on the Twin Cities and find a list of venues; and figure out some programatic method of getting data for shows, perhaps write a web scraper for First-Avenue.com and other popular venues? Should users be able to create shows from artists and venues already in the database?

Anachronaut commented 4 years ago

Started work on this tonight. Have a Beautiful Soup 4 web scraper that's pulling data from First Ave's calendar and sorting it. Just need to figure out how to get it into the database (@JoshKallagunta)

web_scraper branch (/lmnop/webscraper/webscraper.py)