Skip to content

dark0ghost/AioCentralBankRuApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AioCentralBankRuApi

How to install:

git clone https://github.com/dark0ghost/AioCentralBankRuApi.git

dep

python>=3.7 aiohttp>=3.6

How to use bot:

      import aiohttp
      import AioCentralBankRuApi
 
      async def start() -> None:
         session: aiohttp.ClientSession = aiohttp.ClientSession()
         cb: AioCentralBankRuApi = AioCentralBankRuApi(session)
         coin: Dict[str,Dict[str,str]] = await  cb.build_list_coin()
         print(coin)
         print( coin["EUR"])
         await session.close()

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages