Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

fisherthewol/Dave-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

243 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dave-BOT

A Discord bot based on Discord.py.

Quickstart

The following is a quickstart guide to getting the bot running.

Using the instance on our server:

You can use our copy of Dave-BOT. We take no responsibility for any issues arising out of your use of our service to the maximum legal extent, and there is no guarantee that it will be available.

  1. Make sure you can add bots to your discord.
  2. Visit this bot add link.
  3. Select the server you want to add dave to.
  4. Enjoy!

Run your own:

Docker:

This app will build into a docker container:

  • Get your discord clientcode.
  • Get your discord user id (enable developer tools).
  • Optionally, get your reddit client_id and _secret (we recommend using a personal user script), and your openweathermap api key.
  • Download and install docker.
  • Clone the master branch/get the source of the latest release of the repo.
  • cd into the top level of the repo (Usually cd Dave-BOT).
  • Build with sudo docker build -t dave:master .
  • Create a file called env.list and put your discord clientcode (and optional keys) in it:
clientcode=CODE HERE
adminid=ID HERE
client_id=ID HERE
client_secret=SECRET HERE
weather=KEY HERE

Once the bot is connected, you can use !load to load modules. For running without docker, see docs/sansdocker.md
For development and contributing, see docs/CONTRIBUTING.md

data/cond.json is credited to tbranyen

About

A Discord bot based on Discord.py.

Resources

License

Code of conduct

Contributing

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors