Skip to content

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.

License

Notifications You must be signed in to change notification settings

naveenpoddar/uptimer

Repository files navigation

Uptimer

Important : THIS PROJECT NO LONGER ACTIVE!! There is a new project open and working click here to view it.

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"

About

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published