Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieczorek1990/phantom_pain
Bot factory with PhantomJS, Selenium and Tor
https://github.com/wieczorek1990/phantom_pain
Last synced: 3 days ago
JSON representation
Bot factory with PhantomJS, Selenium and Tor
- Host: GitHub
- URL: https://github.com/wieczorek1990/phantom_pain
- Owner: wieczorek1990
- License: gpl-3.0
- Created: 2016-03-04T10:55:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T08:06:07.000Z (over 5 years ago)
- Last Synced: 2024-11-24T15:16:25.865Z (2 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phantom_pain
Bot factory with PhantomJS, Selenium and Tor.
Every Phantom Pain gives you a new browser user agent and new IP.
## Usage
Append this to your Gemfile (or create new one with `bundle init`):
```ruby
gem 'phantom_pain', github: 'wieczorek1990/phantom_pain'
```## Example
Check [phantom_pain_example](https://github.com/wieczorek1990/phantom_pain_example).