Skip to content

Commit

Permalink
Readme update 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeyson Molina committed Feb 25, 2014
1 parent 7a20a0c commit 983d071
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,23 @@ You can use this class to send requests to iRacing service and get some valuable
USAGE
=====

from client import iRWebStats
from client import iRWebStats
irw = iRWebStats()
irw.login('username', 'password')
print (irw.cars_driven()) # cars driven by user

irw = iRWebStats()

irw.login('username', 'password')

print (irw.cars_driven()) # cars driven by user

# Check examples.py for more examples
Check examples.py for more examples

FILES
=====
client.py : This is where the main class is defined.

examples.py : Some examples.

constants.py : Useful constants used in request fields sent to the service.

util.py : Helper functions.

shell.py: A command line interface for the client.

- client.py : This is where the main class is defined.
- examples.py : Some examples.
- constants.py : Useful constants used in request fields sent to the service.
- util.py : Helper functions.
- shell.py: A command line interface for the client.

REQUIREMENTS
============

Python 2.7+ or 3+ (with network access)

0 comments on commit 983d071

Please sign in to comment.