You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""
On UBUNTU 22.04: working OK.
On Raspibian (Buster): not working (HTTP error 403). Others url working ok.
pip3 show cfscrape ----> 2.1.1 (on ubuntu and Raspbian)
"""
"""
On UBUNTU 22.04: working OK.
On Raspibian (Buster): not working (HTTP error 403). Others url working ok.
pip3 show cfscrape ----> 2.1.1 (on ubuntu and Raspbian)
"""
import cfscrape
scraper = cfscrape.create_scraper() # returns a CloudflareScraper instance
r=scraper.get("https://www.lse.co.uk/share-prices/indices/ftse-100/constituents.html")
print (r.text)
print (r.status_code)
The text was updated successfully, but these errors were encountered: