vinayak-mehta / conrad

Track conferences and meetups on your terminal.
https://conference-radar.readthedocs.io
Apache License 2.0
241 stars 58 forks source link

Add scraper for wikicfp #5

Open vinayak-mehta opened 5 years ago

Naveenkhasyap commented 5 years ago

I will take up this

vinayak-mehta commented 5 years ago

A lot of scrapers are already present here: https://github.com/coderanger/cfp-scraper. We just need to make the output in the conrad import format.

gantir commented 5 years ago

@Naveenkhasyap , you doing this? Looks like this is going to be a little complex than others. Do you want to collaborate?

kunaljubce commented 4 years ago

Hi, I looked into this enhancement and as per @vinayak-mehta's comment, I checked out the aforementioned coderanger repo. The code on https://github.com/coderanger/cfp-scraper/blob/master/papercall.py for papercall.io looks good to be integrated into conrad with some changes. Let me know if I can take it up.

vinayak-mehta commented 4 years ago

The papercall scraper is already present inside the crawlers directory: https://github.com/vinayak-mehta/conrad/tree/master/crawlers/papercall we don't run it as part of the github action because it returns a lot of unstandardized locations. We need to work on #37 first.

michaelvdang commented 3 years ago

Hi is anyone working on this still? I'd like to take this up