Is your feature request related to a problem?
Currently, the scraper is designed to scrape events based on a list of artists specified in the artists.txt file. While this works great for finding events for specific artists, it would be more convenient if we could also scrape all events happening in a given city.
Describe the solution you'd like
I propose to add a feature to scrape all events for a specified city. Users should be able to input the city name and the scraper would then fetch all events happening in that city, regardless of the artists.
Describe alternatives you've considered
An alternative would be to manually input all popular artists from a specific city in the artists.txt file, but this is not an efficient approach as it requires significant manual work and doesn't guarantee that all events in the city will be scraped.
Additional context
This feature would be beneficial for users who are more interested in exploring all events happening in a specific city rather than just following specific artists. It would make the scraper more versatile and provide a better user experience.
Is your feature request related to a problem? Currently, the scraper is designed to scrape events based on a list of artists specified in the artists.txt file. While this works great for finding events for specific artists, it would be more convenient if we could also scrape all events happening in a given city.
Describe the solution you'd like I propose to add a feature to scrape all events for a specified city. Users should be able to input the city name and the scraper would then fetch all events happening in that city, regardless of the artists.
Describe alternatives you've considered An alternative would be to manually input all popular artists from a specific city in the artists.txt file, but this is not an efficient approach as it requires significant manual work and doesn't guarantee that all events in the city will be scraped.
Additional context This feature would be beneficial for users who are more interested in exploring all events happening in a specific city rather than just following specific artists. It would make the scraper more versatile and provide a better user experience.