Feel free to DM me your suggestions and if you enc...
# random
a
Feel free to DM me your suggestions and if you encounter any bugs 🙂
e
Looks interesting. Just curious to know how are you handling twitter APIs rate limit? For your pro plan?
a
Delaying the fetches so it doesn't cross the rate-limits, Twitter's rate-limits are pretty aggressive, hard to work with.
e
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
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
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 😄