Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 883 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 883 Bytes

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