Split your twitter feed into fast, medium and slow lists. Fast posters go in the fast list. Slow posters go in the slow list. etc.
Currently uses an exponential curve so that speed lane 3 should be about 5x slower than speed lane 1. Try out your own preferences!
Instructions:
-
Get your twitter ID
-
Get a twitter developer account (may take some time)
-
Get Julia
-
Clone this repo
-
Put in all your keys and tokens etc at the start of src/twitterlanes.jl
-
Check over the script to reassure yourself I'm not doing anything untoward with those keys and tokens
-
Run
julia --project=. using twitterlanes twitterlanes.go()
Try to figure out any changes you might want to make before you run the script as if you redo it too many times you'll get rate-limited.