Skip to content

ℹ️ Discord bot to display a Steam server's player count via its presence message.

License

Notifications You must be signed in to change notification settings

jacobmstein/PlayerCountBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayerCountBot

Discord bot to display a Steam server's player count via its presence message.

Example

Example

Installation

  1. Verify you have Python 3.6 installed (unfortunately, discord.py does not support Python 3.7).
  2. Clone (git clone https://github.com/jacobmstein/PlayerCountBot.git) or download this repository.
  3. Create a Discord application and retrieve your bot token.
  4. Invite your bot to your Discord server by generating an OAuth2 URL.
  5. Open config.py in your preferred text editor and set your bot token and server address.
  6. Install the necessary packages using pip, pip install -r requirements.txt.
  7. Run the bot using python bot.py. (If Python 3.6 isn't your default version of Python you may have to run python3.6 bot.py or something similar.)
  8. Optionally, create a separate role for your bot with the "Display role members separately from online members" option enabled for better effect.

About

ℹ️ Discord bot to display a Steam server's player count via its presence message.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages