Add 'Tech Stack'
parent
98cc085247
commit
7cdc72f050
@ -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
|
||||
Loading…
Reference in New Issue