Skip to content

nchistov/aiostack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIOStack

Modern async StackExchange API wrapper (Inspired by PyStackAPI)

Library is in development! Version 0.1.0a

Installation

$ pip install git+https://github.com/nchistov/aiostack.git

Usage

Simple usage:

from aiostack import Site
from aiostack.sites import StackOverflow

import asyncio

site = Site(StackOverflow)

async def main():
    answers = await site.get_answers_by_id([12])

    print(answers)

asyncio.run(main())

About

AIOStack is modern async library for StackExchange API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages