Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Main Repository

Disclaimer

If you want to continue development with Ruby, we highly recommend reading their documentation.

Prerequisites

To run the following code example, you'll need to have Ruby installed:

Installation

Once you have Ruby installed, continue with the following steps:

  1. Open the Command Prompt/Terminal.
  2. Create your project directory using the mkdir ruby_example command.
  3. Navigate to your project folder using the cd ruby_example command.
  4. Execute the following command to download our proxy setup example file:

curl https://raw.githubusercontent.com/Decodo/Decodo/master/ruby/ruby.rb > ruby.rb

image
  1. You should see a new file named ruby.rb in your project folder. Open it using an editor of your choice.

  2. To run this example, set your username, password, and endpoint information you'd like to use and enter them in the following sections of the code:

proxy_host = 'gate.decodo.com'
proxy_port = 7000
proxy_user = 'username'
proxy_pass = 'password'

Usage

To execute the Ruby example, simply run ruby ruby.rb in your Terminal tool. You should see the IP details from the target website in the console window if everything was set up correctly:

Decodo successful ruby connection example

Need help?

Email - sales@decodo.com

Live chat 24/7