Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusukeiwaki/puppeteer-ruby-example
https://github.com/yusukeiwaki/puppeteer-ruby-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yusukeiwaki/puppeteer-ruby-example
- Owner: YusukeIwaki
- Created: 2020-04-12T14:07:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T16:54:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T14:59:58.509Z (4 months ago)
- Language: Ruby
- Size: 2.83 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puppeteer-ruby example
Example of [YusukeIwaki/puppeteer-ruby](https://github.com/YusukeIwaki/puppeteer-ruby)
```
$ bundle install
```and enjoy :)
```
$ bundle exec ruby 1.capture_a_site.rb
$ bundle exec ruby 2.simple_scraping.rb
$ bundle exec ruby 3.login_and_capture_screen.rb
$ bundle exec ruby 4.hotel.testplanisphere.reservation.rb
$ bundle exec ruby 5.element-to-pdf.rb
$ bundle exec ruby 6.request-interception.rb
```