MCPcopy Index your code
hub / github.com/Philipinho/GetVideoBot / twitterClient

Method twitterClient

src/main/java/utils/Utils.java:8–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6public class Utils {
7
8 public static TwitterClient twitterClient() {
9
10 return new TwitterClient(TwitterCredentials.builder()
11 .accessToken(ReadProperty.getValue("tw.accessToken"))
12 .accessTokenSecret(ReadProperty.getValue("tw.accessTokenSecret"))
13 .apiKey(ReadProperty.getValue("tw.apiKey"))
14 .apiSecretKey(ReadProperty.getValue("tw.apiSecretKey"))
15 .build());
16 }
17}

Callers 1

StreamClass · 0.95

Calls 1

getValueMethod · 0.95

Tested by

no test coverage detected