(String username)
| 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: "}; |