Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tueor766y@antorqs This is the first time I'm doing a web scraping project tho, are you sure learning scrapy wont make me want to quit programming
-
try Katalon its a nice easy to use selenium enviroment. With it's google chrome extensionit's a breeze to record the steps.
https://www.katalon.com/
Related Rants
I have to download 500 images from bookreads to help a friend out. Thought I'd use this opportunity to learn about web scraping rather than downloading the images which'd be a plain and long waste of time. I've got a list of books and author names, the process I wanna automate is putting the book name and author name into the search bar, clicking it, and downloading the first image the appears on the new webpage. I'm planning to use selenium, BeautifulSoup and requests for this project. Is that the right way to go?
question
python
web scraping