From 7cdc72f0504ba8784083e8536bd824803b3d04ee Mon Sep 17 00:00:00 2001 From: Will King Date: Wed, 9 Feb 2022 16:58:58 -0800 Subject: [PATCH] Add 'Tech Stack' --- Tech-Stack.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Tech-Stack.md 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