mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
del: removed unnecessary files
This commit is contained in:
parent
bc4e21128b
commit
63a3be3357
18
aaa/prova.py
18
aaa/prova.py
@ -1,18 +0,0 @@
|
||||
from amazscraper.class_generator import Generator
|
||||
from amazscraper.getter import get_function, scraper
|
||||
|
||||
values = [
|
||||
{
|
||||
"title": "title",
|
||||
"type": "str",
|
||||
"description": "Title of the items"
|
||||
}
|
||||
]
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
generator_instance = Generator(values, 0, "gpt-3.5-turbo")
|
||||
|
||||
res = generator_instance.invocation(scraper("https://www.mockupworld.co", 4197))
|
||||
|
||||
print(res)
|
||||
@ -1,7 +1,7 @@
|
||||
import os
|
||||
from dotenv import load_dotenv
|
||||
from utils.getter import scraper
|
||||
from utils.class_generator import Generator
|
||||
from amazscraper.getter import scraper
|
||||
from amazscraper.class_generator import Generator
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
||||
@ -1,19 +0,0 @@
|
||||
from amazscraper.class_generator import Generator
|
||||
|
||||
from amazscraper.getter import get_function, scraper
|
||||
|
||||
values = [
|
||||
{
|
||||
"title": "title",
|
||||
"type": "str",
|
||||
"description": "Title of the items"
|
||||
}
|
||||
]
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
generator_instance = Generator(values, 0, "gpt-3.5-turbo")
|
||||
|
||||
res = generator_instance.invocation(scraper("https://www.mockupworld.co", 4197))
|
||||
|
||||
print(res)
|
||||
Loading…
Reference in New Issue
Block a user