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

Method getUserPage

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

Source from the content-addressed store, hash-verified

152 }
153
154 private static String getUserPage(String username) {
155 String userPage = ReadProperty.getValue("website.url") + "/" + username;
156 String notice = "\n\nAd: Follow @CrazyVideoClips for crazy and viral videos.";
157 return userPage + notice;
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: "};

Callers 1

tweetMessageMethod · 0.95

Calls 1

getValueMethod · 0.95

Tested by

no test coverage detected