Skip to content

Instantly share code, notes, and snippets.

@elijahbenizzy
Last active December 31, 2024 23:18
Show Gist options
  • Save elijahbenizzy/f7798270c55159fdaeff4ca8e66c9d82 to your computer and use it in GitHub Desktop.
Save elijahbenizzy/f7798270c55159fdaeff4ca8e66c9d82 to your computer and use it in GitHub Desktop.
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