top | item 43958975

(no title)

cdolan | 9 months ago

What have you had success doing with this? Curious to test it

discuss

order

throwup238|9 months ago

I mostly use it to aggregate event calendars for all the concert/sport/etc venues, meetups, and clubs in my area and do some other scraping tasks. I host a little wrapper around llm-scraper on a DigitalOcean droplet that I call from Val.town scripts

I only check most places once a week so I use the LLM to do the scraping but there are a few cases where I have to scrape thousands of pages very frequently so I use the more deterministic script it generates instead.

dddw|9 months ago

Oh Im interested in doing something similiar, is it hard to do?

cdolan|9 months ago

Great thanks!