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

Method tweetMessage

src/main/java/Stream.java:160–165  ·  view source on GitHub ↗
(String username)

Source from the content-addressed store, hash-verified

158 }
159
160 private static String tweetMessage(String username) {
161 String[] messages = {"Yes! video, it's here: ", "Alright, i got this: ", "Video? Here we go: ", "Yes! video is ready: ", "Yes, Video! At your service: "};
162 int rand = (int) (messages.length * Math.random());
163
164 return messages[rand] + getUserPage(username);
165 }
166
167 private static void replyTweet(String text, String inReplyToTweetId, String whoMentionedMe) {
168

Callers 1

onTweetStreamedMethod · 0.95

Calls 1

getUserPageMethod · 0.95

Tested by

no test coverage detected