Welcome to Neural Market Trends, my little insane corner of the Internet since 2007. Check out our Tutorials and Tags to navigate around. Thank you!
A Twitter Bot in Groovy Script
For the last two years I’ve been working with the Twython package to build my (R2D2) Twitter Bot. It’s been successful and I’ve learned how to hack Python better than I ever did before. Now I’m setting my sites on building a Twitter Bot using Groovy Script. Why Groovy Script? Groovy is a lot like Python in the sense that it’s a dynamic programming language. It can be used everywhere, easily, because of the JVM. Plus, I always wanted to teach myself Java so I thought this is a good way to get started. ...