Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

OlivierCazade/poloniex_aio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poloniex-aio

An async library for Poloniex api with builtin requests rate control.

This library is still experimental.

https://api.travis-ci.org/OlivierCazade/poloniex_aio.svg?branch=master

Install

A pip package is available.

pip3 install poloniex-aio

Usage

Full documentation available at readthedocs

from poloniex_aio import public

async def printTicker():
 async with aiohttp.ClientSession() as client:
     res = await public.returnTicker(client)
     print(res)

About

An async library for Poloniex api

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages