Skip to content

OnekiDevs/oneki-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oneki-py


Oneki-bot written in python

Installation

Python 3.8 or higher is required

# clone the repo
$ git clone https://github.com/OnekiDevs/oneki-py.git

# change the working directory to oneki-py
$ cd oneki-py

# install the requirements
$ python3 -m pip install -r requirements.txt

Example env

DISCORD_TOKEN = ""
DISCORD_DEV_TOKEN = ""

GOOGLE_APPLICATION_CREDENTIALS = {}

DEBUG_CHANNEL = ...

Env values

  • DISCORD_TOKEN: Required -> your bot token

    optional only if DISCORD_DEV_TOKEN is specified

  • DISCORD_DEV_TOKEN: Optional -> your dev bot token

    this is the token that takes priority

  • GOOGLE_APPLICATION_CREDENTIALS: Required -> your google app credentials

    use firestore

  • DEBUG_CHANNEL: Optional -> discord text channel id

    all errors are sent to this channel, it is recommended to specify it to avoid errors

Credits

I would like to thank the following people

License

About

Oneki-bot written in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages