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

dark0ghost/Covoid-19-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Covoid-19-lib

lib implementing app api

python

implement

python use

from python.src import NoCacheCoVoidAPI
# or 
from python.src import WithCacheCoVoidApi

async def main():
   session = aiohttp.ClientSession() # optional
   co_void19_ncov_2 = NoCacheCoVoidAPI(session)
   #or 
    co_void19_ncov_2  =  WithCacheCoVoidAPI(session)
    print(awit co_void19_ncov_2.get_full_data())
    # print tuple with all data
    print(awit co_void19_ncov_2.get_data_country())
    # printed data for need country
    

python dep

aiohttp>=3.6 python>=3.7

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages