used aiohttp for getting the http requests

#1
  1. Replaced synchronous requests.get with asynchronous aiohttp.ClientSession.
  2. made all function async and optimized data processing
afght12 changed pull request status to merged

Sign up or log in to comment