> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getsignalhub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# X/Twitter

> Send notifications to X/Twitter

## How to set up

Go to [X Developer Console](https://console.x.com/) to get API Key (Consumer Key), API Secret (Consumer Secret), Access Token, and Access Token Secret.

<img src="https://mintcdn.com/signalmate/nJ42qSTUSiQkPlTD/images/x/1.jpg?fit=max&auto=format&n=nJ42qSTUSiQkPlTD&q=85&s=05fb121e3bd158b080600eb01ce13b92" alt="X Developer Console" width="2880" height="1558" data-path="images/x/1.jpg" />

<Steps>
  <Step title="Go to Apps page">
    Click **Apps** in the left sidebar.
  </Step>

  <Step title="Select your app">
    Click on your app to open its settings. If you don't have an app yet, click **Create App** to create one.
  </Step>

  <Step title="Get Consumer Key and Consumer Secret">
    Under **OAuth 1.0 Keys**, click **Regenerate** to get your API Key (also known as Consumer Key) and API Secret (also known as Consumer Secret).
  </Step>

  <Step title="Get Access Token and Access Token Secret">
    Under **Access Token**, click **Regenerate** to get your Access Token and Access Token Secret. Make sure the permission is **Read and write**.
  </Step>
</Steps>

<Warning>
  Copy and save all keys and secrets immediately after regenerating. They will only be shown once.
</Warning>
