Python Forum

Full Version: HOW TO GET AN INFORMATION FROM A WEB PAGE USING A SCRIPT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please I need help about writing a script that could help me search for an information on a website. For instance: a web site (www.myweb.com) has a list of names of students admitted in a school having up to 500 pages (www.myweb.com/1) or (www.myweb.com/250) and so on...... How can I write a script that could do the search for me (search JOHN BULL ON www.myweb.com & thell me the page number it appeared) to make it easier for me. Thanks.
Take a look at  Web-Scraping part-1.