Updating BrightData - Updating project.toml - Fix linting issues (related to the repo configs)s - Rename package from brightdata -> arcade-brightdata ( also will be used by PyPI) - Added to toolkits.txt so it can be deployed Extra: - Arcade new templates did not have the extra line at the end, so it has been added. --------- Co-authored-by: Francisco Liberal <francisco@arcade.dev>
3 lines
153 B
Python
3 lines
153 B
Python
from arcade_brightdata.tools import scrape_as_markdown, search_engine, web_data_feed
|
|
|
|
__all__ = ["scrape_as_markdown", "search_engine", "web_data_feed"]
|