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
path:
root
/
scrape.go
Age
Commit message (
Expand
)
Author
2024-02-21
Remove the setup function while we can
Philipp Tanlak
2024-02-17
Make urls more fault tolerant
v0.7.2
Philipp Tanlak
2024-02-17
Increase url queue size
Philipp Tanlak
2024-02-17
Mark non 2XX status code as errors
Philipp Tanlak
2023-12-04
Make output file and format configurable (#24)
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-11
Implement file based caching
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-08-27
rename allow and block fields
Philipp Tanlak
2023-08-27
add tests and allow urls
Philipp Tanlak
2023-08-27
add Mozilla Public License 2.0
Philipp Tanlak
2023-08-17
refactor
Philipp Tanlak
2023-08-17
add timestamp
Philipp Tanlak
2023-08-17
omit empty scrape results
Philipp Tanlak
2023-08-17
change rate to requests per second
Philipp Tanlak
2023-08-16
add allowed domains feature
Philipp Tanlak
2023-08-16
create cli
Philipp Tanlak
2023-08-11
simplify project structure
Philipp Tanlak