3

Can we get some way to check how many people use DevRant?

Comments
  • 1
    A logical way would be by accessing devRants database, which wouldn't be an easy task.
  • 2
    Devrant has an API to check if a user exists based on a user id. It you wrote a program to iterate through all the IDs, then incremented a value every time it was a success, you would get the number of users.
  • 0
    Infos? Can't go RTFM yet if there is no manual :)
  • 0
    Let's just count!
    I start:
    1
  • 1
  • 2
    4

    How about looking through the the rants of the last 1/2/3 weeks, fetching the comments and collect the usernames? The number of active users in the last week(s) should be more descriptive than the number of existing user accounts
Add Comment