HomeGuidesRecipesAPI EndpointsRelease NotesCommunity
Log In

Cortex Domain Objects

Layar Connector Object

Connector Object Properties

NameTypeDescription
connector_typestrThe type of connector that was added (S3 bucket, EC2 instance, BigQuery, RSS Feed, etc).

For this endpoint, the only value will be 'TWITTER').
created_by_userintThe unique user ID for the account that created the connector, either in the user interface or via API.
date_indexeddatetimeFrom left to right, the integers used identify the year, month, day, hour, minute, second, millisecond.
idstrThe unique Layar ID for the Connector (which can be used when searching for it with other endpoints).
namestrThe name for the Twitter connector during creation, assigned by a user either via the Layar user interface or via API.
keyword_filterslistA list of strings for input keywords to use when pulling in Tweets. These can include keywords in the tweet's text, hashtags, or account handles. For example: ['multiple sclerosis', '@vyasaanalytics', '#deeplearning']
only_tweets_with_imagesboolTRUE means we only pull Tweets that also have an image included with the tweet.

For Python SDK users, please reference the Github Connector object documentation for the most up to date information.