This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Unfollow friends that do not follow you. | |
https://github.com/geduldig/TwitterAPI/tree/master/examples | |
sudo apt-get update | |
sudo apt-get install python3 | |
sudo apt-get install python2.7 | |
sudo apt install python-pip |