myback wrote
MurderousMorty wrote
Btw MyBack if you are interested in twitter integration I can help with that. I've coded plenty of twitter bots.
That would be nice. I'll have to recover the password somehow though lol
Ok cool. Honestly I would start with an alternate account anyway. Twitter can sometimes get a little salty if you post too much with bots. We can tune it so that doesn't happen (I've spent a lot of time deconstructing their spam filter so.. i can accomplish it ez) but it's still smart to use an alt account till you get things exactly how you want them.
I code my twitter bots in Java btw. So you can either run a jar on your server, or pass data to one of mine.
Probably the easiest thing is for you to think about what you want tweeted, then figure out how to construct the tweets and save them in a text file line by line. If you are concerned about bloat you can have it keep only one tweet in the file at a time (just needs to be there long enough for the twitter bot to read it).
If you get that far I can do the rest. If you manage to pass data to one of my servers where I have the twitter code readily available I can keep improving the account to drive more traffic as I get bored.
Alternatively we can just fake the data and use it purely to drive traffic :kappa:
(Or I can show you how to code twitter bots in java if you want to do it all yourself)