diff --git a/Tech-Stack.md b/Tech-Stack.md new file mode 100644 index 0000000..5170fca --- /dev/null +++ b/Tech-Stack.md @@ -0,0 +1,16 @@ +Thoughts on development. Use python threads, but ratelimit the requests. + +To test the ratelimiting setup, use [Fast Api](https://fastapi.tiangolo.com/) mock up a rate limiting api. +# Actual Tech Stack + +Python + + - requests + - Threads (threadpool) + +# Possible Tech stack + +Rate Limiting + + - https://pypi.org/project/ratelimitqueue/#description + - https://pypi.org/project/ratelimit/#description \ No newline at end of file