Skip to content

tuxetuxe/twitter-challenge-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

twitter-challenge-client

Requirements

  • urllib
    • pip install urllib
  • httplib2
    • pip install httplib2
  • pudb (just for debugging)
    • pip install pudb

Usage

    # python twitter-challenge-client.py

Available Commands

  • login

    • Login in the service, retrieving the correct token.
  • logout

    • Clears the authentication token. To proced you must login again
  • exit | quit

    • Exits the client (and logsout, it not done yet1)
  • users

    • Goes into the users section
    • add
      • Creates a new user
    • follow
      • The user will follow the other user
    • unfollow
      • The user will unfollow the other user
    • following
      • Ouputs a list of who a user is following
    • followers
      • Ouputs a list the followers of a user
  • tweets

    • Goes into the users section
    • add
      • Adds a new tweet to the user timeline
    • timeline
      • Ouputs the timeline of a user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages