Skip to content

Simple discord bot that displays live crowd data from user input query

Notifications You must be signed in to change notification settings

josh7951/Crowd-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crowd Bot for Discord

A simple bot used to query a location and display the current live crowd data


Table of Contents

Installation

Installing dependencies and packages (Python >=3.5.3 required)

    #For Windows
    py -3 -m pip install -U discord.py
    pip3 install python-dotenv
    pip3 install requests
    pip3 install discord-timers -U

Set up your .env variables

    DISCORD_TOKEN=discord_bot_token
    BT_PRIVATE_KEY=BestTime_private_key

Commands

  • ?help displays command list
  • ?crowd <query> display live crowd data
  • ?flipcoin flips a coin
  • ?magicman <question> Magic 8Ball
    • also can use ?_8ball
  • ?ping latency tester

APIs

About

Simple discord bot that displays live crowd data from user input query

Resources

Stars

Watchers

Forks

Packages

No packages published