hcuny / python_scraping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python_scraping

Scraping practices.

TwitterAPI:
Make query searching requests and collect information. E.g. q='Hillary Cliton', q='911', and do sentimental analysis, topic clasification etc..

GooglemapAPI:
Given address file, return address info like full official address, zip number. Return driving distance matrix, driving time matrix given another fixed address, may vary during different time of a day.

DoubanMovie:
Personal movie preference analysis. Source page from China's most widely used internet movie database--Douban Movie.
https://movie.douban.com/mine?status=collect

UNC Facility Searching:
Make effective search on UNC basketball court availability.
https://campusrec.oasis.unc.edu/FacilityScheduling/FacilitySchedule.aspx

About


Languages

Language:Jupyter Notebook 90.9%Language:Python 9.1%