Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).