Skip to content

simple twitter api using username and password

Notifications You must be signed in to change notification settings

Rookiebrother/TwitterAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TwitterAPI

Python Simple Twitter api using username And password

Installation

Installing requirements

pip install -r requirements.txt

Running the tests

Example

login and tweet and follow

twitter = Twitter()
twitter.login('username', 'password')
twitter.tweet('TwitterAPI')
user = twitter.getUserInfoByName('diefunction')
twitter.follow(twitter.getID(user))

About the code

there's a comments in the code that explaining what the functions do.

Authors

About

simple twitter api using username and password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages