# Twitter Degrees of Separation Find the connections between 2 twitter users # Usage 1. `pip install -r requirements.txt` 2. `python twittersixdegrees.py` in the terminal 3. Input 1 4. Input usernames / Follow rest of instructions # Heads up 1. Currently, Twint as a package isn't working so well due to changes from twitter. As of writing this, this program still works but the twitter favorites don't work so ranking doesn't work. I'm using a version of twint someone patched up. Once these problems get fixed, I'll update my requirements file. 2. This is the program that taught me programming! * sniff...my little baby all grown up * Needs a hell of a lot of refactoring and adjustments but it works.