Skip to main content
Use the Ruby SDK when you want typed request objects, Faraday-backed HTTP, retries, and pagination helpers for TwexAPI REST workflows in Ruby apps and scripts.

Install

Add the gem to your Gemfile:
Or install from GitHub until the gem is published:
Source: twexapi-dev/x-api-scraper-ruby

Authenticate

Basic example

Look up a profile and list followers:

Workflow: search tweets

Workflow: post a tweet

Write actions need a Twitter cookie or auth_token on the request:

Error handling

References