Skip to content

IoT-master/robinhood_stocks_aiohttp

Repository files navigation

LinkedIn


Logo

Asynchronous Robinhood Stocks API

YOUR_SHORT_DESCRIPTION
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

![Product Name Screen Shot][product-screenshot]

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Python 3.7+

Installation

  1. Clone the repo
git clone https://github.com/IoT-master/robinhood_stocks_aiohttp
  1. Install pip3 packages
pip3 install -r requirements.txt
  1. Inherit Robinhood class and override main() as your entry into the async. See start_here.py as example. Instantiate your new class and customize to your situation.
class Usage(Robinhood):
    async def main(self):
        do_something(...)

instance = Usage()

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

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

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Senh Mo Chuang - senhmo@gmail.com

Project Link: https://github.com/IoT-Master/robinhood_stocks_aiohttp

Buy me a coffee:

ETH: 0x0ac7e3f5060700cf30da11a9f1a503dd8c471840

XMR: 47q8uPAG3Un51nEKshua39U21DQ3VRf5HE3KArLtjyg21Zqs7QPvygx4TXPe2jt7rVGYk6NGizLz3ZRjrQAtGsdhMZCRwLu

Acknowledgements

About

Robinhood with Asyncio REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages