Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishidayuya/webg
webg: A downloader to get web page with JavaScript
https://github.com/nishidayuya/webg
Last synced: about 1 month ago
JSON representation
webg: A downloader to get web page with JavaScript
- Host: GitHub
- URL: https://github.com/nishidayuya/webg
- Owner: nishidayuya
- License: mit
- Created: 2021-04-24T19:15:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T04:30:35.000Z (about 1 year ago)
- Last Synced: 2024-04-25T19:21:49.388Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# webg: A downloader to get web page with JavaScript
## Requirements
- Ruby
- Firefox
- Firefox WebDriver support## Installation
```ruby
$ gem install webg
```## Usage
```sh
$ webg [options] uri
```For example: fetch 'webg' page titles by google
```sh
$ webg --text --css-selector='h3.LC20lb' 'https://www.google.com/search?q=webg'
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/nishidayuya/webg