Skip to content

Tags: uakbr/crawlee-python

Tags

v0.1.1b1

Toggle v0.1.1b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
doc: improve home page and playwright crawler example (apify#282)

- doc: improve playwright crawler code example
- doc: improve home page

v0.1.0

Toggle v0.1.0's commit message
docs: smaller logo for mobile version

v0.1.0b2

Toggle v0.1.0b2's commit message
ci: skip changelog checks

v0.1.0b1

Toggle v0.1.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: error handling in CLI and templates documentation (apify#273)

### Description

- [x] Rename `local_storage_dir` to `storage_dir`.
- [x] Mention templates and CLI in readme.
- [x] Mention templates and CLI in doc 
- [x] Fix CLI when project directory already exists.
- [x] Handle CTRL+C in CLI.
- ~~Poetry templates to Pip templates.~~

### Issues

- Related apify#266
- Closes: apify#268

### Testing

- All scenarios were executed locally. Handling CTRL+C is still not
perfect. However, this should be ok for the initial release.

### Checklist

- [x] Changes are described in the `CHANGELOG.md`
- [x] CI passed

v0.0.8b9

Toggle v0.0.8b9's commit message
Revert "docs: use logo with lowercase `python`"

This reverts commit 4239f30.

v0.0.8b8

Toggle v0.0.8b8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: CLI UX improvements (apify#271)

- closes apify#267

v0.0.8b7

Toggle v0.0.8b7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
doc: finish the examples section (apify#261)

### Description

- doc: finish the examples section
- slightly improve introduction section

### Related issues

- apify#171 

### Testing

- Code examples were executed locally.
- Doc website was run locally with rendered content.

### Checklist

- [x] Changes are described in the `CHANGELOG.md`
- [x] CI passed

v0.0.8b6

Toggle v0.0.8b6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: setup branch auto-merge via renovate (apify#258)

Closes apify#10

v0.0.8b5

Toggle v0.0.8b5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
doc: Add examples (apify#252)

v0.0.8b4

Toggle v0.0.8b4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
doc: add 3 more pages to the introduction doc section (apify#253)

### Description

- docs: add real-world project page
- docs: add crawling page
- docs: add scraping page

### Related issues

- apify#170 

### Testing

- N/A

### Checklist

- [x] Changes are described in the `CHANGELOG.md`
- [x] CI passed