Skip to content

adolfohw/Freya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freya Discord Bot

Installation

Using a virtual environment (optional)

On Windows, use python or py instead.

python3 -m venv freya-env

Then, activate it; for Windows cmd:

freya-env\Scripts\activate.bat

For Windows PowerShell:

freya-env\Scripts\Activate.ps1

For other OSes:

source freya-env/bin/activate (Other)

Dependencies

Installing python packages required:

pip install -r requirements.txt

Creating a secret.py file with the bot's token:

echo "TOKEN = 'token here'" > secret.py

To generate Firebase credentials, go to Project > Settings > Service Accounts > Generate new private key, and:

echo "json file contents" > firebase/credentials.json

About

Discord bot connected to Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages