NOTE: This project has been extended into another generic project called Database Scraper (dbscr)
Scraper and downloader for https://www.Scrolller.com
Written in: Python 3
- The intention of this project is soleley educational
- You can learn webscraping through my different projects
- I am not helding any responsibility on any upcoming controversies/copyright issues
- Making use of my open-source projects illegally does not count as my responsibility
- Be responsible and abide all the rules and regulations of your country
- OS Requirement: tested on Windows 10
- Clone the repository
- Create and open a textfile named list.txt under the cloned repository
- Put your url links of papers and journals and save list.txt
- Open the Windows Terminal (preferred)/ Powershell / command prompt inside cloned directory
- Install dependencies using
pip install -r requirements.txt - Type in "
python pyscrolller.py -s SUBREDDITNAME [-d / --download]" and hit enter - A step to automation ;)
In the same repository
- v2.0 : Using Post request (very much faster than previous version)
- v1.0 : initial version - using Selenium (mimicing the firefox browser)