Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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