Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracaking Bot

This python bot allows users to track new logins and level ups in a video game

Requirements

  1. Python3

Installation

Clone the repo:

$ git clone git@github.com:TerenceChe/Tracking-bot.git
$ cd Tracking-bot

Install Virtual Env & install dependencies

$ pip install virtualenv
$ py -m venv env
$ .\env\Scripts\activate
$ pip install -r requirements.txt

Create and populate .env
Note: replace {token} with a discord bot token

echo DISCORD_TOKEN = {token} > .env

Running the bot

$ cd bot
$ py bot.py

If everything was done correctly, the bot should now be running :)

About

A bot to track player activity in a video game

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages