From bf9cd852bae989ab0d27ef72329476dbf777cea3 Mon Sep 17 00:00:00 2001 From: Caen Jones <131218155+CaenJones@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:15:45 -0400 Subject: [PATCH] Update Twitter Documentation to Mention API pricing (#208) Co-authored-by: Ishan Goel --- Admin's Manual.md | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Admin's Manual.md b/Admin's Manual.md index a7875fff..da2c3925 100644 --- a/Admin's Manual.md +++ b/Admin's Manual.md @@ -122,8 +122,7 @@ discord: ``` #### Using the Twitter integration - -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) +Devzat supports posting updates about who is online to Twitter. Start by creating a new app through a [Twitter developer account](https://developer.twitter.com/en/apply/user) (note: Twitter's API is now paid). Now add in the relevant keys to your integration config file: ```yaml diff --git a/README.md b/README.md index 001b19ea..fea25954 100644 --- a/README.md +++ b/README.md @@ -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 Twitter to post new-user announcements. 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.