diff --git a/README.md b/README.md index be90edc..89fa0df 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ rate_limiting = 4 ## optional, default 4, number of accounts handled simultaneou [twitter] ## Consumer/Access key for Twitter (can be generated at https://developer.twitter.com/en/apps) +page_size = 20 ## optional, default 200, max number of tweet retrieved consumer_key = "MYCONSUMERKEY" consumer_secret = "MYCONSUMERSECRET" access_key = "MYACCESSKEY" @@ -56,6 +57,11 @@ token = "MYTOKEN" You can add other account if you like, after the `[mastodon]` moniker. Scootaloo would theorically support an unlimited number of accounts. +You can also add a custom twitter page size in this section that would override the global (under the `twitter` moniker) and default one (200), like so: +``` +twitter_page_size = 40 +``` + ## Running You can then run the application via `cron` for example. Here is the generic usage: