pmrowla / gumiya

Twitch+Bancho IRC bot and Django web interface
https://gumiya.pmrowla.com
MIT License
0 stars 0 forks source link

use aiohttp for tillerino not requests #7

Closed pmrowla closed 7 years ago

pmrowla commented 7 years ago

we should not mix blocking io with asyncio whenever possible. any web api calls made by the irc bots should use aiohttp over requests (osuapi already uses aiohttp)