How many users does repl.it have as of 2021?
So, I was wondering about how many users repl.it has as of 2021. Mainly because it is an AMAZING website and I just realized very few people who program actually know about it. Is there a way to know how many users there are on repl.it?
I tried searching it up on google but I don't trust the info.
Thank you so much for sharing the information. When in my college days I have to complete my essay assignment work and I have no clue about any writing service providing a website. Then one of my friends told me about the website https://writinguniverse.com/free-essay-examples/statistics/. I visited this and it really helped me a lot in selecting the platform for completing my assignment.
After a quick search, I reliably got it to more than 6 million and less than 7 million, including deleted accounts.
You see, the id of each user is numerical:
1: coder100 2: someone 3: someone
so finding the highest id gives you approx how many users there are.
However, people can delete their accs.
When this happens, that entry becomes invalidated.
Well I am one old user. I was 972758th in making an account on REPL. Quite amazing!
__REPLIT_REDUX_STORE__.getState().user.userInfo.id
in the F12 console.ok thanks
@SixBeeps
As of February 10 2021 (7:39 GMT), repl.it has 6,107,984 users. How do I know this?. Well, I just ran a command I found on this post. I just made a fake account on repl.it real quick and ran that command. But don;t worry, I requested deletion for that account.
Thanks.
@OldWizard209