Questions tagged [robobrowser]

RoboBrowser is a Pythonic library for automated web browsing and form handling. It is built on top of the requests and BeautifulSoup libraries.

RoboBrowser is a Pythonic library for automated web browsing. It can fetch pages, follow links handle forms. It is built on top of and , and aims to be a more modern replacement for .

122 questions
0
votes
2 answers

How to strip tags from html with robobrowser

I'm experimenting with http://robobrowser.readthedocs.org/en/latest/readme.html, a new python library based on the beautiful soup library. with some help, I have returned an html page within a django app, but I can't figure out to strip the tags to…
user1592380
  • 34,265
  • 92
  • 284
  • 515
0
votes
1 answer

How to select nested link with beautiful soup / robobrowser

I'm experimenting with http://robobrowser.readthedocs.org/en/latest/readme.html, a new python library based on the beautiful soup library. I have the following HTML: I have the following django view function def index(request): …
user1592380
  • 34,265
  • 92
  • 284
  • 515
1 2 3
8
9