Member-only story
7 Days Creating a Twitter Growth Service
See this post in it’s original form on jare.cloud!
Interested in a way to utilize Crypto Pump n Dump tweets — for fun & profit? Check out this article I wrote on making mad stacks on Twitter sentiment!
Day 1
I had a thought: if some of my traffic comes from Twitter to Medium and my blog, wouldn’t I want to maximize this — in a hands-free fashion? I’ve done this before — some of my accounts had 5k+ followers in a few months. I had bought a Google sheets templated sheet doc with Twitter integrations, and bam it flew. I later created a Github repo for a hackathon starter fork where I put in all these juicey follow, retweet, favorite logics into a prettier UI.
The benefit of the hackathon starter is that I can login via oauth — meaning the app has api keys, but the user does not. We’re all used to oauth login — do you want to login using gmail/facebook/twitter? Redirect to platform, redirect to site, success!
I resurrected my gsheet today and started the magic. I made some edits to the code: specifically we want to follow, retweet and favorite. Hooah!
Let’s set our benchmark…