Skip to content

Latest commit

 

History

History
123 lines (90 loc) · 4.4 KB

README.md

File metadata and controls

123 lines (90 loc) · 4.4 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

IoL Python REST Client

Python REST client to interact with InvertirOnline REST API.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Python REST client to interact with InvertirOnline REST API.

Getting Started

Installation

  1. Install the package from GitHub
$ pip install git+git://github.com/asperduti/iol-rest-client.git#egg=iol_rest_client

Usage

It's really simple to use, this is an example:

from iol_rest_client import RestClient

client = RestClient(username="YOUR_USERNAME", password="YOUR_PASSWORD")

print(client.get_estado_cuenta())
print(client.get_operaciones())

For more examples, please refer to examples

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Disclaimer: Please Note that this is a research project. I am by no means responsible for any usage of this tool. Use on your own behalf. I'm also not responsible if your accounts get banned due to extensive use of this tool.