sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
3.03k stars 1.04k forks source link

New feature : Upcoming Hackathon #234

Closed umangahuja1 closed 6 years ago

umangahuja1 commented 7 years ago

script to display upcoming hackathon list. Any websites suggestion?

appi147 commented 7 years ago

Hackerearth topcoder

umangahuja1 commented 7 years ago

hackerearth se scrape nahi ho raha, I tried :p

appi147 commented 7 years ago

Yeah I think hackerearth is generating names dynamically, names are not in source code. I wish there might be an API

umangahuja1 commented 7 years ago

yeah I will look into that. Is there any site for popular global hackathons?

appi147 commented 7 years ago

Hackerearth FB page

umangahuja1 commented 7 years ago

https://hackevents.co/hackathons How good will this site be?

@appi147

12shivs commented 7 years ago

Code chef,ye pure india me events kr rhen hn recently

umangahuja1 commented 7 years ago

can you mention the site link @shivendrarox . As far as I know they conduct competetive coding events and not hackathons.

12shivs commented 7 years ago

They are organising some exams in various cities i believe as of now........

umangahuja1 commented 7 years ago

But they are not hackathons I believe. https://hackevents.co/hackathons these are hackathons.

umangahuja1 commented 7 years ago

I have tried something but it is with selenium. Anyone know better alternative or shall I open a PR with this.

appi147 commented 7 years ago

Here

appi147 commented 7 years ago

PhantomJS supports headless browser

umangahuja1 commented 7 years ago

This will need root access and so we cannot keep it in setup file.

umangahuja1 commented 7 years ago

Well I made the script but now since phantomjs is there on my system I don't remember the actuall commands I used. So I am making this script. Please run it and tell me the output and I will make changes in setup file.

akashthakrar commented 7 years ago

https://github.com/Hackalist/Hackalist.github.io this can be useful

appi147 commented 6 years ago

267