Python Forum
My first Python scraping script not working...
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My first Python scraping script not working...
#2
Urllib2 is python2.x

Use requests instead

pip install requests beautifulsoup4
And check our tutorials section for web scraping
https://python-forum.io/Thread-Web-Scraping-part-1
Recommended Tutorials:
Reply


Messages In This Thread
RE: My first Python scraping script not working... - by metulburr - Feb-17-2018, 04:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help needed with img scraping script daajax 1 394 Mar-26-2024, 08:45 PM
Last Post: snippsat
Thumbs Up Issue facing while scraping the data from different websites in single script. Balamani 1 2,181 Oct-20-2020, 09:56 AM
Last Post: Larz60+
  Safely running a web scraping script londonhdi 1 1,931 Feb-17-2020, 08:08 AM
Last Post: Larz60+
  Web scraping and java script yoz69100 2 1,936 Oct-14-2019, 07:41 PM
Last Post: yoz69100

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020