Skip to content

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

Notifications You must be signed in to change notification settings

Arya9621/uptimer

 
 

Repository files navigation

Uptimer

About

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

Supported Sites

Discord Server

Ussage

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"

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Batchfile 0.1%