rohithasrk / GSoC-Organisation-Scraper

Scrape GSoC organisations using a single script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3+ incompatible

dhruvkb opened this issue · comments

BeautifulSoup 3 does not work on Python 3+, recommend moving to BS4
raw_input("…") is now input("…")
print "…" is now print("…")

@rohithasrk Does this issue solved?

Not yet @nileshgulia1. Would you like to work on it?

@rohithasrk Thanks for asking ,but I have lot others projects to work on,just asking bcoz I want to use the scraper and is not building bcoz of versioning problem. :)

@nileshgulia1. That's okay. I'm picked up this week too. Till then you may try using it in a virtual environment.