Community
RESOURCES
57
ReplitUserCountCounts users on replit and updates in realtime. Full credit to ironcladdev, I just added some animations and improved the polling logic.
Hi
Full credit goes to @IroncladDev , I just added some animations and improved the ping method1.7K
99
57
36
Who's the best repler?Are YOU the next big repler? Vote now!
NovaMyLove WOWW
7 days ago
76
Replit AnalyticsGet in-depth detail on the statistics of your Repls using Replit Analytics! Advanced features coming soon!
POV: Icemaster finally decides to use Python for what it's supposed to be used for...
PizzaRules668 ```python
Traceback (most recent call last):
File "main.py", line 46, in <module>
likes = int(text[text.find("likeCount")+11:text.find(',"language"')])
ValueError: invalid literal for int() with base 10: '1,"commentCount":2'
```1 week ago
inyourface3445 Error:
```
Traceback (most recent call last):
File "main.py", line 46, in <module>
likes = int(text[text.find("likeCount")+11:text.find(',"language"')])
ValueError: invalid literal for int() with base 10: '0,"commentCount":1'
```
That is not an integer.7 days ago
7
replupWanna keep your Repls alive without the hassle of uptime websites like UptimeRobot? This is just for you!
Wanna keep your Repls running?
Just set up a web-server on your Repl and add the link! We'll keep it alive!2
e chain (new world record)Trying to set a world record for # of "e" comments on a Repl. If you'd like to contribute, drop an "e" in the comments.
1
replit-alive-serverAn npm package that makes a webserver for keeping your repls alive.
replit-alive-server
Replit alive server
Quick and dirty, 0 dependency server for keeping your repls alive.
How to use
npm install replit-alive-server
Then in your code simply:
require('replit-alive-server')();
It will start a webserver on localhost:3000 that you should be able to keep alive with a service like https://up.repl.link/ (self promo I know)sonicx180 @codingMASTER398 thanks, can you allow it to make a username.repl.co repl uptime too?1 month ago
0
replswitcherMove a Replit project from one Repl to another from your terminal!
ReplSwitcher
A little CLI tool to assist in transferring one
Repl project to another Repl project, allowing
you to change the language of the Repl in the
process.
Install
You may install any of the binaries included in
/dist/
or via NPM/Yarn.
with NPM
$ npm install replswitcher -g
with Yarn
$ yarn global add replswitcher
Usage
Open up a shell and run replswitcher and you
should be prompted to login and then the
switching wizard will start running.
Note: To login you will need a hCaptcha
token. These can be created on my website
Replit Captcha Tokens.