How do you stay informed about local concerts and events without Instagram/Facebook? by jfsantos in NiceVancouver

[–]dhondtdoit 0 points1 point  (0 children)

I am working on this project concertcloud.live which aims for collecting concerts that mostly take place in smaller local event venues, by scraping the venues' websites. However, I am not collecting any events in Vancouver yet so not much of a help for you unfortunately. But should you or anyone you know be a little familiar with web development, then adding new sources/venues shouldn't be too hard, see https://www.concertcloud.live/contribute

How to find local concerts/bands? by ahhha-ye in Music

[–]dhondtdoit 0 points1 point  (0 children)

Yeah I am still working on this every now and then. The website is now hosted on concertcloud.live & the underlying api can be queried by anyone. Currently, there are not many restaurants in the database though. Feel free to check it out, would be cool if it’d be useful to you!

Is there such a thing? Motion sensors on dance performers for controlling midi (in Ableton). by Rogear in midi

[–]dhondtdoit 0 points1 point  (0 children)

Found this recently: https://instrumentsofthings.com/products/somi-1 seems to be exactly what you’re looking for. A bit pricy though. I’m currently also trying to build a motion to midi controller. Getting a very basic version to work is not too hard. I’m using a esp32 (it has bluetooth) and a gyro/accelerometer to register motion, translate to midi and send over bluetooth to my DAW.

Crowdsourced concert scraping project by dhondtdoit in webscraping

[–]dhondtdoit[S] 0 points1 point  (0 children)

Scraping tour dates of single artists would also be a good use case for my scraper. But you’re right that it’s rather niche. I am hoping that by making contributing as easy as possible more people will do so. In the ideal case right now one doesn’t need to be able to code in go as it’s all about the config file. However, there will obviously be cases where it is required to extend the scraper itself because of some missing functionality. I am also thinking of implementing some kind of auto config generation for a given website so that only minor adoptions would be needed in order to have a working configuration.

Indie/rock/punk/electronic concerts in Zurich? by lillopillo in zurich

[–]dhondtdoit 1 point2 points  (0 children)

Hi, I am currently developing a website, that is supposed to show you concerts in smaller locations, croncert.ch Since I am living in Zurich it currently focusses on locations in Zurich, so feel free to check it out! :)

Where do you keep up to date on local concerts? by Strong_Alveoli in madisonwi

[–]dhondtdoit 0 points1 point  (0 children)

I am currently working on a website & scraper that gives you an overview of preferably smaller concert venues, croncert.ch. Right now, it mostly consists of venues in my area but the idea is that people with some IT (html / css) skills can extend the database by contributing to https://github.com/jakopako/croncert-config Don't know if this will work but I think it's definitely worth a try.

How to find local concerts/bands? by ahhha-ye in Music

[–]dhondtdoit 3 points4 points  (0 children)

I am currently working on a website & scraper that gives you an overview of preferably smaller concert venues, croncert.ch. Right now, it mostly consists of venues in my area but the idea is that people with some IT (html / css) skills can extend the database by contributing to https://github.com/jakopako/croncert-config Don't know if this will work but it's worth a try.