June
Version, currently master branch1 version
- master branchlatestJan 30, 2018
github.com/codenoid/June
a Read Only Selenium for Web Scrapping
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
June:
github: codenoid/June
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.24.1- License
- MIT
- Author
- Rubi Jihantoro
- Target
Junefrom src/June.cr
Dependencies
This version declares no dependencies.
README
June
a READ-ONLY Selenium, with an HTTP API
Requirements
- Firefox Browser
- Geckodriver move to
/usr/bin - Java (tested on Java 8)
- Selenium
Installation
git clone https://github.com/codenoid/June.git
cd June
sudo make
Usage
- Start a new June server
java -jar selenium-server-standalone-3.8.1.jar & # or start inside `screen`
june --browser 2 --port 3000
--browser for starting june with 2 active browser
--port define port for HTTP API
- Do POST request (application/x-www-form-urlencoded) with params url
curl -d "url=https://shopee.co.id" -X POST http://localhost:3000/
Development
- [x] Customizable
- [x] Multiple Browser
- [x] Balancing
- [ ] "Remove" Requirements
- [ ] Debug Mode
- [ ] Validation
- [ ] Test
Contributing
- Fork it ( https://github.com/codenoid/June/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- codenoid Rubi Jihantoro - creator, maintainer
- Thanks ! ysbaddaden
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jan 30, 2018
- Crystal
0.24.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/codenoid/June
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1