ExTwitter.Parser

Provides parser logics for API results.

Summary

parse_access_token(object)

Parse access_token response

parse_geo(object)

Parse geo record from the API response json

parse_ids(object)

Parse trend record from the API response json

parse_ids_with_cursor(object)

Parse cursored ids

parse_list(object)

Parse list record from the API response json

parse_place(object)

Parse place record from the API response json

parse_request_params(options)

Parse request parameters for the API

parse_request_token(object)

Parse request_token response

parse_trend(object)

Parse trend record from the API response json

parse_tweet(object)

Parse tweet record from the API response json

parse_upload(object)
parse_user(object)

Parse user record from the API response json

parse_users_with_cursor(object)

Parse cursored users

Functions

parse_access_token(object)

Parse access_token response

parse_geo(object)

Parse geo record from the API response json.

parse_ids(object)

Parse trend record from the API response json.

parse_ids_with_cursor(object)

Parse cursored ids.

parse_list(object)

Parse list record from the API response json.

parse_place(object)

Parse place record from the API response json.

parse_request_params(options)

Parse request parameters for the API.

parse_request_token(object)

Parse request_token response

parse_trend(object)

Parse trend record from the API response json.

parse_tweet(object)

Parse tweet record from the API response json.

parse_upload(object)
parse_user(object)

Parse user record from the API response json.

parse_users_with_cursor(object)

Parse cursored users.