Showcase https://data.humdata.org/showcase/aerial-survey-tc-idai-24-29-mar-map (b79d3fa0-599b-4702-9152-39df2227e100) created on 2019-04-02, modified on 2019-04-02 has no datasets! Created by IM IFRC (imifrc [email protected]) Showcase https://data.humdata.org/showcase/ethiopia-humanitarian-needs-overview-hno-summary-data-for-2019 (a2de0c6c-f33f-4652-938e-4aef126b46e8) created on 2019-03-18, modified on 2019-03-18 has no datasets! Created by HDX - Joseph Marindi (marindi [email protected]) Showcase https://data.humdata.org/showcase/1-humanitarian-response-plan-nigeria-2019 (518b9d75-6466-4853-8e0f-26ca30669a0e) created on 2019-02-22, modified on 2019-02-22 has no datasets! Created by Ahmadou DICKO (dickoah [email protected]) Showcase https://data.humdata.org/showcase/southern-africa-humanitarian-dashboard-jan2019 (834a5f31-f517-498d-bed3-f920d292e2f6) created on 2019-02-08, modified on 2019-02-08 has no datasets! Created by Akshay Sinha (asinha82 [email protected]) Showcase https://data.humdata.org/showcase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import time | |
from urllib.parse import urlsplit | |
class RateLimiter: | |
RATE = 10 | |
MAX_TOKENS = 10 | |
def __init__(self, session): |