Skip to content
Sign UpLog In
Profile icon

Clement Hart

@orbitron324
Teen that likes to code for fun
Repls
Community
orbitron324
orbitron324
published an Update
8 months ago
2
Uptimer Bot
Uptimer BotA simple uptimer bot that spams requests to keep your repls and websites alive. Set a interval for requests per second and give a valid URL and you should be all set!
GET, POST and HEAD requests
As of 7/20/2022, you can now request different methods to the given URL. I also added a warning on the description in the program; please add a https:// to the front of your URLs or the program will recognize your link as invalid. Thanks!
#python
#apps
#requests
+2
orbitron324
orbitron324
published a Repl
8 months ago
2
Uptimer Bot
Uptimer BotA simple uptimer bot that spams requests to keep your repls and websites alive. Set a interval for requests per second and give a valid URL and you should be all set!
orbitron324
orbitron324
As of 7/20/2022, you can now request different methods to the given URL. I also added a warning on the description in the program; please add a https:// to the front of your URLs or the program will recognize your link as invalid. Thanks!8 months ago
orbitron324
orbitron324
published a Repl
8 months ago
1
Calculator
CalculatorA relatively simple and helpful calculator that supports many different operations, such as addition, square root, and even advanced trigonometry functions such as cosine and tangent. You can choose from 12 different operations (addition, subtraction, multiplication, division, exponents, square root, factorial, ceiling, floor, sine, cosine and tangent). Each operation has a side-note denoted of the mathematical symbol and the number of values for that specific operation. If you followed all the steps above, you should be good to go; just input the values of a and b and you will be all set. Enjoy!