Search code examples
javaeclipsemacostwitter4j

Auto Tweeting from Twitter Bot


Today I made a Twitter Bot of a cow that tweets different variations of the word "Moo." (Hilarious, I know). In my code I have it so it tweets every hour. I am wondering if anyone knows a way to run my code without having to have Eclipse open all day?


Solution

  • If you have written your program properly all you have to do is to build the project and run the Jar-file.

    Everything you need to know about Jar-files