From fefc1e431c76411b75c7a14214ede97c928429f4 Mon Sep 17 00:00:00 2001 From: Liubomyr Date: Fri, 29 May 2026 06:13:43 +0300 Subject: [PATCH] Added Twitter/profile stream type --- config/plugin.json | 5 ++++- text/Twitter/content/en.json | 12 ++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 text/Twitter/content/en.json diff --git a/config/plugin.json b/config/plugin.json index 2352dd3..25f73d4 100644 --- a/config/plugin.json +++ b/config/plugin.json @@ -35,6 +35,9 @@ }, "Streams": {}, "Twitter": { - "userAgent": "Qbix" + "userAgent": "Qbix", + "importUsers": { + "minimumFollowersCount": 10000 + } } } diff --git a/text/Twitter/content/en.json b/text/Twitter/content/en.json new file mode 100644 index 0000000..2aa872b --- /dev/null +++ b/text/Twitter/content/en.json @@ -0,0 +1,12 @@ +{ + "types": { + "Twitter/content": { + "types": { + "Twitter\/profile": { + "displayType": "Twitter Profile", + "description": "a profile of a twitter user who was imported as a future user" + } + } + } + } +} \ No newline at end of file