Skip to content

Commit d9c5cda

Browse files
authored
Update automate.py
1 parent 23075f4 commit d9c5cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supadata/automate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from supadata.client import Supadata
2-
supadata = Supadata(api_key="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImtpZCI6IjEifQ.eyJpc3MiOiJuYWRsZXMiLCJpYXQiOiIxNzQ5MTExNTQzIiwicHVycG9zZSI6ImFwaV9hdXRoZW50aWNhdGlvbiIsInN1YiI6IjM1NTliZGY3ZjZjNTQzNWI5YzQ1NzFlMDRjNDQ4YzUyIn0.LMdb4g6efiZalUsjh2u01cD5b57zdB7VDGfopHeeOAI")
2+
supadata = Supadata(api_key="your_api_key_here")
33

44
web_content = supadata.web.scrape("https://openai.com/index/introducing-deep-research/")
55

0 commit comments

Comments
 (0)