diversity_ticketing
diversity_ticketing copied to clipboard
Integration with https://codeandtalk.com/
In the data behind the https://codeandtalk.com/ site I maintain a field with the ID number from the https://diversitytickets.org/ site linking the events back there. It would be nice if I could get some kind of a notification when a new event is added so I can include that event and the reference to https://diversitytickets.org/ Opening an issue on https://github.com/szabgab/codeandtalk.com would be enough, sending a PR would be even better.
I'd avoid storing just the ID and store the whole URL - I wouldn't be surprised if the URL format doesn't change enough to break your scraper :-(
Would something like an RSS feed help?
Probably the best would be #260 What is the advantage of storing the full URL instead of just the ID?