Skip to content

malikDaCoda/astro-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro bot : a discord password manager

How to run

Option 1 : directly on your machine

  1. Install python3 and pip.

  2. Install the package dependencies :

python -m pip install -r requirements.txt
  1. Copy app/example.env to app/.env :
cp app/example.env app/.env
  1. Put your discord token in app/.env.

  2. Run the bot :

python app/app.py

Option 2 : using docker

  1. Install docker and docker-compose.

  2. Copy app/example.env to app/.env :

cp app/example.env app/.env
  1. Put your discord token in app/.env.

  2. Run docker-compose up -d --build.

Project structure

Check the structure of the project here

Contribution

Check the contribution guidelines here

About

A discord password manager bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages