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