Coder Social home page Coder Social logo

ahmadhd123 / uptimer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from naveenpoddar/uptimer

0.0 0.0 0.0 280 KB

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: MIT License

JavaScript 99.90% Batchfile 0.10%

uptimer's Introduction

Uptimer

Discord server

- The source code won't work on Glitch/Repl.it.
+ Node V14 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

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"

uptimer's People

Contributors

naveenpoddar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.