Skip to content

lolinekos/checkhost.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

checkhost.py

Checkhost json api usage for all to use.

Setup steps

Debian/Raspi

  1. apt install python3-pip -y
  2. pip3 install discord

(optional) apt install screen -y

  1. Change token.
import discord
from subprocess import Popen, PIPE
from discord.ext import commands, tasks
import sys, os, socket, json
import time
import requests
import subprocess

token = "NEKO NEKO" #CHNAGE ME!!!

client = commands.Bot(command_prefix = '!n', case_insensitive=True)

client.remove_command("help")
  1. python3 checkhost.py or screen -dmS bot python3 checkhost.py

About

Checkhost json api usage for all to use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages