vaibhavsingh97 / random-word

This is a simple python package to generate random english words
https://pypi.org/project/random-word/
MIT License
123 stars 25 forks source link

Provide alternate method to generate random word than an API fetch #37

Open odhran456 opened 4 years ago

odhran456 commented 4 years ago

Is your feature request related to a problem? Please describe. I'm trying to use this package to generate 1000's words in a loop, but even with time.sleep() implementations I'm not getting http 200 success for every call.

Describe the solution you'd like Provide an option to get random words through some local package of words I'd have to download

onlinejudge95 commented 4 years ago

How about using nltk corpus?

Trimatix commented 2 years ago

You should use your own API key. Of course the default key used by all library users will be overused. Applying for an API key is simple, there's a link in the readme. Solved all my ratelimiting problems.