Skip to content

tauroid/twitterlanes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitterlanes

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:

  1. Get your twitter ID

  2. Get a twitter developer account (may take some time)

  3. Get Julia

  4. Clone this repo

  5. Put in all your keys and tokens etc at the start of src/twitterlanes.jl

  6. Check over the script to reassure yourself I'm not doing anything untoward with those keys and tokens

  7. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages