Layar Connector Object
Connector Object Properties
Name | Type | Description |
|---|---|---|
| str | The type of connector that was added (S3 bucket, EC2 instance, BigQuery, RSS Feed, etc). For this endpoint, the only value will be 'TWITTER'). |
| int | The unique user ID for the account that created the connector, either in the user interface or via API. |
| datetime | From left to right, the integers used identify the year, month, day, hour, minute, second, millisecond. |
| str | The unique Layar ID for the Connector (which can be used when searching for it with other endpoints). |
| str | The name for the Twitter connector during creation, assigned by a user either via the Layar user interface or via API. |
| list | A 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'] |
| bool |
|
For Python SDK users, please reference the Github Connector object documentation for the most up to date information.
