Last active
December 31, 2024 23:18
-
-
Save elijahbenizzy/f7798270c55159fdaeff4ca8e66c9d82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from scrapegraph_py import Client | |
from scrapegraph_py.logger import sgai_logger | |
sgai_logger.set_logging(level="INFO") #Optional | |
# Define scrapegraph sync client (API KEY is a env variable) | |
sgai_client = Client() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment