1
1
Fork
You've already forked scrapeghost
0

More Docs #17

Closed
opened 2023年03月20日 12:03:40 +01:00 by jamesturk · 1 comment
jamesturk commented 2023年03月20日 12:03:40 +01:00 (Migrated from github.com)
Copy link
  • pros and cons
  • usage / cookbook
  • cool ghost

Pros

  • nearly free in terms of time/energy to see if it works or not, throw it at a problem and see if the results are high enough quality, might need to write one or two CSS selectors
  • great for few pages where content changes frequently and scrapers might otherwise be too expensive to maintain
  • possibility of random errors that are hard to detect, should not be used without validation if results matter

Cons

  • scrapers will be dependent upon OpenAI until other models are available/equally good
  • every run costs something, even if pages don't change at all
  • not good for scrapers with lots of pages & lots of runs
  • bad at list pages due to context size issues and speed
- [x] pros and cons - [x] usage / cookbook - [ ] cool ghost ## Pros - nearly free in terms of time/energy to see if it works or not, throw it at a problem and see if the results are high enough quality, might need to write one or two CSS selectors - great for few pages where content changes frequently and scrapers might otherwise be too expensive to maintain - possibility of random errors that are hard to detect, should not be used without validation if results matter ## Cons - scrapers will be dependent upon OpenAI until other models are available/equally good - every run costs *something*, even if pages don't change at all - not good for scrapers with lots of pages & lots of runs - bad at list pages due to context size issues and speed
jamesturk commented 2023年03月20日 22:38:38 +01:00 (Migrated from github.com)
Copy link

Examples of hooking into various parts of process:

Examples of hooking into various parts of process: - URL -> HTML (can pass in any HTML) - HTML -> clean HTML (preprocessors) - API Calls: not possible yet, https://github.com/jamesturk/scrapeghost/issues/18 - JSON validation & refinement (postprocessors)
Sign in to join this conversation.
No Branch/Tag specified
main
gh-pages
november-updates
log-config
pagination-restore
0.6.0
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jpt/scrapeghost#17
Reference in a new issue
jpt/scrapeghost
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?