Skip to content

SkogisAB/status-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Status checker

A simple discord bot that checks your status, used in my website to check if I am online or not.

Setup

  1. Create a bot at the developer portal
  2. Invite the bot to a server where you also are in

Windows

  1. change the values in .env.example and then save as .env
  2. run npm i to install all dependencies
  3. run node index.js to start the app, check if it's working with localhost:PORT/api/status to use the api outside of your local network you will have to forward the port in your router or use something like Cloudflare Tunnels

Docker (Stack)

docker-compose.yml:

version: '3.8'
services:
  app:
    image: ghcr.io/skogisab/status-checker:latest
    ports:
      - "PORT:PORT" # CHANGE PORT TO YOUR ACTUAL PORT
    environment:
      - TOKEN=your-discord-bot-token
      - GUILD_ID=your-guild-id
      - USER_ID=your-user-id
      - PORT=your-port

About

A discord boy that checks your status and lets you fetch it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages