Skip to content

Releases: ScrapingBee/scrapingbee-python

v2.0.1: Fixing typos Readme

17 Oct 15:35
f3a7669
Compare
Choose a tag to compare

v2.0.0

03 Oct 10:07
e8d0048
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tuky made their first contribution in #15

Full Changelog: v1.2.0...v2.0.0

v1.2.0: Add new parameters and retry mechanism

20 Mar 09:02
7faa894
Compare
Choose a tag to compare

This release document and support new parameters added to our API official documentation.

It also adds a retry mechanism allowing to retry the request when a 500 is returned. Reminder: no ScrapingBee credits are consumed when a 500 is encountered.

Python 3.6 support dropped.
Python 3.10 and 3.11 support were added.

v1.1.8: Fix POST handling

10 Aug 08:06
f331c26
Compare
Choose a tag to compare
Add the json parameter for post requests: (#10)

* Add the json parameter for post requests:
The purpose here is to be iso "requests" in order
to accept empty json body.

Some "black" formatting too.

* change flake8 max line length (100 -> 120)

v1.1.7: Add js_scenario support

22 Nov 10:03
530446b
Compare
Choose a tag to compare
Add js_scenario param (#9)

v1.1.6: Update documentation with Screenshot feature.

01 Jul 16:13
bace54e
Compare
Choose a tag to compare

v.1.1.5: Overwrite default user-agent

10 Jun 14:58
534f276
Compare
Choose a tag to compare
Overwrite default requests user-agent (#7)

* Overwrite default requests user-agent

v1.1.4: Improve Readme.md

09 Jun 08:43
e2db1fd
Compare
Choose a tag to compare
Update setup.py

v1.1.3: Improve extract_rules handling

08 Jun 19:09
Compare
Choose a tag to compare

v1.1.0: Add the extract_rules formatter in order to jsonify dict (#3)

07 Jun 16:13
6e8ed8b
Compare
Choose a tag to compare
* Add the extract_rules formatter in order to jsonify dict

* Update the readme with some 'extract_rules' exemple and version upgrade