Python Simple Twitter api using username And password
Installing requirements
pip install -r requirements.txt
login and tweet and follow
twitter = Twitter()
twitter.login('username', 'password')
twitter.tweet('TwitterAPI')
user = twitter.getUserInfoByName('diefunction')
twitter.follow(twitter.getID(user))
there's a comments in the code that explaining what the functions do.
- Diefunction - Rayan Althobaiti - https://twitter.com/Diefunction