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
/
js.go
Age
Commit message (
Collapse
)
Author
2024-02-21
Remove the setup function while we can
Philipp Tanlak
2023-12-04
Support file imports for .txt and .json (#25)
v0.6.0
Philipp Tanlak
2023-11-20
Gracefully handle NaN and Inf values (#21)
Philipp Tanlak
2023-11-15
Add file download functionality
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-12
Add filter function and update readme
v0.2.0
Philipp Tanlak
2023-10-12
Replace v8go with goja
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-08-29
update imports
Philipp Tanlak
2023-08-27
add Mozilla Public License 2.0
Philipp Tanlak
2023-08-27
improve error logging
Philipp Tanlak
2023-08-16
add allowed domains feature
Philipp Tanlak
2023-08-11
simplify project structure
Philipp Tanlak