more twitter keys

This commit is contained in:
Vincent Cloutier 2023-03-03 10:56:02 -05:00
parent 080732ebc5
commit 2d969591b0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace BirdsiteLive.Twitter.Tools
private List<HttpClient> _twitterClients = new List<HttpClient>();
private List<String> _tokens = new List<string>();
static Random rnd = new Random();
private const int _targetClients = 10;
private const int _targetClients = 20;
public String BearerToken {
get { return "AAAAAAAAAAAAAAAAAAAAAPYXBAAAAAAACLXUNDekMxqa8h%2F40K4moUkGsoc%3DTYfbDKbT3jJPCEVnMYqilB28NHfOPqkca3qaAxGfsyKCs0wRbw"; }
}