-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scraping to find new events #2
Comments
So, I setup a channel called |
Ok, so I attempted to get the approach where I append That doesn't work because apparently they do it from when it was last generated? You can see my attempt in the current revision 8f6f0a4 Best approach now would be to just use an API token to list all organization repos, check if anything new turned up (like a 2021 event repo, etc) or changes to known website repositories. |
https://api.github.com/users/{org}/events Will list all recent events that organization, which I just pushed code to use. Just needs scheduling now. Will probably aim to run on a wednesday at 4am. Should capture most new stuff then. |
Now scheduled, and it seems to work! I'll keep this issue open for progress on the other methods of scraping. |
As mentioned in the readme, I'm interested in maintaining more of an effort to scrape sites and such to discover new events.
One approach that can use the existing data we are collecting is the tech society Github list.
As github provides atom feeds, we can track changes across all their repositories to see when their sites change by just appending a ".atom" to the url.
Also sneaky and we can catch things before publicly announced :)
The text was updated successfully, but these errors were encountered: