Skip to content

Snupai/Glyph_Bot

Repository files navigation

Setup

  1. Install Python from here
  2. Install Git from here
  3. Install VS Code from here
  4. Open a terminal and clone the repo by running git clone https://github.com/Snupai/Glyph_Bot.git
  5. CD into the cloned directory by running cd Glyph_Bot
  6. Create a virtual environment by running python -m venv .venv
  7. Activate the virtual environment by running .\.venv\Scripts\activate (windows) or source .venv/bin/activate (linux/macOS)
  8. Install the requirements by running pip install -r requirements.txt
  9. Copy .env.example to .env and fill in the values
  10. Run the bot by running python bot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages