Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Twitter Documentation to Mention API pricing #208

Merged
merged 15 commits into from
Sep 26, 2023
9 changes: 7 additions & 2 deletions Admin's Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,14 @@ discord:
compact_mode: true # optional: disables avatars so messages take up less vertical space
```

#### Using the Twitter integration
#### Using the X integration
Devzat supports sending updates about who is online on the X social media platform. However, because of the switch from free to paid API keys, This feature no longer is no longer updated.
quackduck marked this conversation as resolved.
Show resolved Hide resolved

Devzat supports sending updates about who is online to Twitter. You need to make a new Twitter app through a [Twitter developer account](https://developer.twitter.com/en/apply/user)
![API Key Pricing](https://global.discourse-cdn.com/twitter/original/3X/b/4/b42b6b7e4db2db3f51db70b439e9f111105db04d.png)
quackduck marked this conversation as resolved.
Show resolved Hide resolved

If you want to improve or update the X bridges functionality, feel free to submit a PR. If you wish to continue, please follow the steps below:

First, create a new app through a [Twitter developer account](https://developer.twitter.com/en/apply/user).

Now add in the relevant keys to your integration config file:
```yaml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The rest

## Integrations

When self-hosting an instance, Devzat can integrate with Slack and/or Discord to bridge messages, and Twitter to post new-user announcements.
When self-hosting an instance, Devzat can integrate with Slack and/or Discord to bridge messages, and use the X social-meida platform to post new-user announcements (now requires payment).
CaenJones marked this conversation as resolved.
Show resolved Hide resolved
See the [Admin's Manual](Admin's%20Manual.md) for more info.

Devzat has a plugin API you can use to integrate your own services: [documentation](plugin/README.md). Feel free to add a plugin to the main instance. Just ask for a token on the server.
Expand Down