ckreibich / scholar.py

A parser for Google Scholar, written in Python
2.11k stars 777 forks source link

Added ability to get more than 1 page data #135

Open amirz7676 opened 2 years ago

amirz7676 commented 2 years ago

Added ability to get more than 1 page data. Added ability to accept offset. Changed the way of getting result_num (because it couldn't get result's number if there's a skip). Added normal query search! by -q. Changed way of url creating. it won't use useless arguments in url now.