Skip to content

SW_DevTwitterV2

Rolf Obrecht edited this page Aug 19, 2022 · 3 revisions

Simple Telex Twitter Client that doesn't need a listener

Requires

python-fstrings (pip3 install future-fstrings)

Command line Parameters

None.

Config File Parameters

To turn this module on add the following to the devices section of the configuration:

    "twitterV2" : {
      "type" : "twitterV2",
      "enable" : true,
      "consumer_key" : "kdeueniuaeiceyiueycw",
      "consumer_secret" : "fahlvuaeuwcniinn",
      "access_token" : "fahlvuaeuwcniinn",
      "access_token_secret" : "fahlvuaeuwcniinn",
      "bearer_token" : "fahlvuaeuwcniinn",
      "user_mentions": "mch2022telex" 
    }

Description

This article shows you how to get these credentials; make sure you give your app 'write' rights as well if you want to tweet from your telex.

user_mentions is the user account that you want to print the mentions of.

Clone this wiki locally