Feel free to DM me your suggestions and if you encounter any bugs 🙂
e
echoing-computer-87366
12/15/2021, 9:05 PM
Looks interesting. Just curious to know how are you handling twitter APIs rate limit? For your pro plan?
a
able-fireman-91109
12/16/2021, 9:45 AM
Delaying the fetches so it doesn't cross the rate-limits, Twitter's rate-limits are pretty aggressive, hard to work with.
e
echoing-computer-87366
12/16/2021, 11:03 AM
so you have added your own API rate limits on top of that? is that what you are saying? Lets say 5-10k users start using your app then it will easily touch threshold value
a
able-fireman-91109
12/16/2021, 1:10 PM
Ah API rate-limits are two types, 1: App's rate-limit, 2: Authenticated user's rate-limit which is for each user, since Kizie requires user auth. it's good to go as its using user's limit
able-fireman-91109
12/16/2021, 1:11 PM
Currently Kizie has over 1200 users and it's holding up just fine for active users, when I posted it on HN it went on front-page, at that time it handled ~350 active users at one point of time 😄