index
:
flyscrape
docs
golib
master
Flyscrape is a command-line web scraping tool designed for those without advanced programming skills.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-17
Fix race condition when writing JSON output
Philipp Tanlak
2024-02-17
Mark non 2XX status code as errors
Philipp Tanlak
2024-02-16
Update install guide
Philipp Tanlak
2024-02-16
Create curl installer
Philipp Tanlak
2024-02-13
Update README.md
Philipp Tanlak
2024-02-12
Add Discord Server (#39)
Philipp Tanlak
2024-02-11
Update README.md
Philipp Tanlak
2024-02-09
Add 403 Forbidden as retryable HTTP status code
v0.7.1
Philipp Tanlak
2024-02-07
Add retry module and change rate to requests per minute (#37)
v0.7.0
Philipp Tanlak
2024-01-10
Fix addition of invalid proxy url
Philipp Tanlak
2024-01-10
Add single proxy support (#30)
Philipp Tanlak
2024-01-08
Add version command (#29)
v0.6.1
Philipp Tanlak
2023-12-04
Support file imports for .txt and .json (#25)
v0.6.0
Philipp Tanlak
2023-12-04
Make output file and format configurable (#24)
Philipp Tanlak
2023-11-25
Add missing test in TestJSLibHTTPDownload (#22)
Peter Lai
2023-11-23
Add custom request header (#18)
Rafi Ramadhana
2023-11-20
Gracefully handle NaN and Inf values (#21)
Philipp Tanlak
2023-11-18
Add support for CLI float parsing
v0.5.0
Philipp Tanlak
2023-11-18
Support passing config options as CLI arguments (#15)
Philipp Tanlak
2023-11-15
Add file download functionality
Philipp Tanlak
2023-11-15
Update documentation
rafiramadhana
2023-11-15
Add multiple starting URLs
rafiramadhana
2023-11-13
Move docs to flyscrape.com (#11)
Philipp Tanlak
2023-11-13
Enable cgo compilation in goreleaser (#7)
v0.4.1
Philipp Tanlak
2023-11-11
Update readme
v0.4.0
Philipp Tanlak
2023-11-11
Remove unused import from example
Philipp Tanlak
2023-11-02
Refactor stdlib to more generic functions
Philipp Tanlak
2023-11-01
Add login functionality
Philipp Tanlak
2023-10-30
Refactor to prepare for builtin JS functions
Philipp Tanlak
2023-10-19
Add examples
Philipp Tanlak
2023-10-19
Avoid caching of rate limited or errored paged
Philipp Tanlak
2023-10-19
docs: Add documentation
v0.3.0
Philipp Tanlak
2023-10-17
Add HTTP(S) Proxy support
Philipp Tanlak
2023-10-17
Allow configuration of links to follow
Philipp Tanlak
2023-10-15
Create release pipeline
v0.2.1
Philipp Tanlak
2023-10-15
Reword flyscrape description
Philipp Tanlak
2023-10-13
Update README.md
Philipp Tanlak
2023-10-12
Add filter function and update readme
v0.2.0
Philipp Tanlak
2023-10-12
Replace v8go with goja
Philipp Tanlak
2023-10-11
Implement file based caching
Philipp Tanlak
2023-10-11
Update Go version in CI
Philipp Tanlak
2023-10-11
Fix jsonprint output in dev mode
Philipp Tanlak
2023-10-05
Refactor codebase into modules
Philipp Tanlak
2023-09-24
clean up modules
Philipp Tanlak
2023-09-23
refactor scraper into modules
Philipp Tanlak
2023-09-18
rename watch command to dev
Philipp Tanlak
2023-09-18
Run tests on push and pull to master
Philipp Tanlak
2023-09-18
set default user-agent to flyscrape/0.1
Philipp Tanlak
2023-08-31
set default depth to 0
Philipp Tanlak
2023-08-29
update readme
Philipp Tanlak
[next]