Python Forum
Best Library to use? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Best Library to use? (/thread-23425.html)



Best Library to use? - juuls04 - Dec-29-2019

Hi
I want to create a automated software wich purchases sneakers from websites automaticly. I was wondering wich lybrary is best to use in this case. Selenium isn't an option cause I don't want to see the browser. I dont know if requests is possible cause I need to be able to send keys to the website (my adress and stuff). Do you guys know what would be the best option in my case?
Thanks in advance!


RE: Best Library to use? - Larz60+ - Dec-29-2019

you can hide the browser in selenium, see: https://python-forum.io/Thread-Web-scraping-part-2?pid=60787#pid60787