Skip to content

Commit

Permalink
Create scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 8, 2017
1 parent 4d844b6 commit 653bff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -4,8 +4,9 @@
import lxml.html
import mechanize

br.set_handle_robots( False )

br = mechanize.Browser()
br.set_handle_robots( False )
br.open("http://www.oscn.net/dockets/Search.aspx")
for f in br.forms():
print f
Expand Down

0 comments on commit 653bff3

Please sign in to comment.