All Projects → naveenpoddar → uptimer

naveenpoddar / uptimer

Licence: MIT license
Uptimer is an open-source project, and a free discord bot that allows you to make your projects online 24/7 just by using a single cmd.

Programming Languages

javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to uptimer

uptime-bot
A Discord uptime bot which keeps repl.it links up forever!!
Stars: ✭ 14 (-33.33%)
Mutual labels:  uptime, glitch
Discord-BOT-Dashboard-V2
Discord BOT Dashboard V2 is made to make Discord BOT Development easy, designed to help create applications without writing a single line of code while using a user friendly Web-Dashboard!
Stars: ✭ 120 (+471.43%)
Mutual labels:  discord-server
glitch-api
Library for using Glitch API ⚙️
Stars: ✭ 16 (-23.81%)
Mutual labels:  glitch
GlitchyGrid
An experimental grid layout slideshow with a stack-like navigation and glitch effect.
Stars: ✭ 33 (+57.14%)
Mutual labels:  glitch
botBasicoGlitch
Bot básico hecho mediante www.glitch.com y con Python3 , el cual irá creciendo conforme hagamos tutoriales/clases/dudas/llamadas en discord. Grupo de Telegram: http://t.me/boterostg
Stars: ✭ 23 (+9.52%)
Mutual labels:  glitch
reaction-light
Easy to use reaction role Discord bot written in Python.
Stars: ✭ 108 (+414.29%)
Mutual labels:  discord-server
react-glitch-effect
React Glitch effects
Stars: ✭ 52 (+147.62%)
Mutual labels:  glitch
upmail
Email notification hook for https://github.com/sourcegraph/checkup.
Stars: ✭ 62 (+195.24%)
Mutual labels:  uptime
StatusPage
UptimeRobot 状态页
Stars: ✭ 58 (+176.19%)
Mutual labels:  uptime
glitch3d
3D model corruption library and automated rendering
Stars: ✭ 46 (+119.05%)
Mutual labels:  glitch
cool-name-api
cool-name-api.glitch.me/
Stars: ✭ 16 (-23.81%)
Mutual labels:  glitch
uptime-kuma
A fancy self-hosted monitoring tool
Stars: ✭ 27,425 (+130495.24%)
Mutual labels:  uptime
uptimerobot-operator
A Kubernetes operator that creates UptimeRobot monitors for your ingresses
Stars: ✭ 47 (+123.81%)
Mutual labels:  uptime
PixelGlitch
Image glitch visualization using various Pixel Sorting methods for Processing
Stars: ✭ 25 (+19.05%)
Mutual labels:  glitch
pong
Basic uptime monitoring system, with email alerts and/or push notifications
Stars: ✭ 94 (+347.62%)
Mutual labels:  uptime
Discord-Presser-Server-Nuker
Nuke Discord Bot in Js (Beta has arrived)
Stars: ✭ 253 (+1104.76%)
Mutual labels:  discord-server
makibot
Bot de Discord para moderar y mejorar nuestra comunidad en línea. Join the server at https://discord.gg/Mq7TBAB.
Stars: ✭ 21 (+0%)
Mutual labels:  discord-server
07-Glitch-Garden-Original
Glitch Garden demo game from the Complete Unity Developer 2D course (http://gdev.tv/cudgithub). For our students to download the end-state of projects.
Stars: ✭ 43 (+104.76%)
Mutual labels:  glitch
uptime
GitHub Action to check the status of endpoints
Stars: ✭ 30 (+42.86%)
Mutual labels:  uptime
temporalis
Slit-scan webcam with canvas
Stars: ✭ 105 (+400%)
Mutual labels:  glitch

Uptimer

Discord server

+ Node Version Requirements: v14+
+ Mongoose Pro Cluster Required

About

Uptimer is a open-source, free discord bot that allows you to make your projects online 24/7.

Supported Sites

Discord Server

Ussage

==Attention! The Uptimer Bot on Cursor Gaming is closed if you still want to use the bot fork the repository==

Works for Glitch

  1. Go to Your Project. Click the share button.

Glitch First

  1. Copy the url in Live Site.

Glitch Second

  1. Next Join Cursor Gaming Discord Server and go to the uptimer channel.

Uptimer Channel

  1. Now add that url in Uptimer bot, using this command ,add <the url you just copied>.

Works for Repl

  1. Go to your project. if your project looks like this and it dont have the browser window so continue the steps, if you already have a browser window in the top right corner skip to step 3.

Repl

  1. Now go to your main file in my case it is index.js, and on the top of your file paste this code, and it will create an express app.
const express = require("express");
const app = express();
const port = 3000;

app.get("/", (req, res) => {
  res.send("Hello World!");
});

app.listen(port, () => {
  console.log(`Example app listening at Port: ${port}`);
});
  1. Next Click Run button, if already running stop it and Run the project, you'll see a browser window appeared in the top right corner.

  2. Now copy the url in the browser window.

Repl Second

  1. Next Join Cursor Gaming Discord Server and go to the uptimer channel.

Uptimer Channel

  1. Now add that url in Uptimer bot, using this command ,add <the url you just copied>.

Queries?

If you have any questions regarding this project, or you are not able to use this bot, feel free to ask in our discord server Cursor Gaming

.env File

BOT_TOKEN="your bot token"
MONGO_URI="your mongo-db uri"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].