Using Splash with Python

Modified on Wed, 10 Mar, 2021 at 4:58 AM

Using any API endpoint explained https://splash.readthedocs.io/en/stable/api.html splash can be accessed via Python


import requests
response = requests.get("<SPLASH_URL>", auth=('<SPLASH_USERNAME>','<SPLASH_PASSWORD>'))
print(response.text)

Where are my credentials?

You can find the SPLASH_URL, SPLASH_USERNAME, SPLASH_PASSWORD in your organization's Splash instances page, as shown below:



If you haven't signed up for Splash yet, have a look at this article on how to do it.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article