Giter Site home page Giter Site logo

father-fridge's Introduction

Discord Bot Father Fridge

a discord bot for VHions

(this bot is for personal use so i will not fix or explain any issues!)

Setup bot

1. Create a file named bot_config.py with:
# Base Settings
TOKEN = ""
DEBUG = True 
COMMAND_PREFIX = "!" 

# Extra Settings 
OWNER_USERIDS = {} # Set
NO_PERMS_MESSAGE = ""
TIME_ZONE = ""
EMBED_COLOR = 0xC27C0E

# Google forms
BASE_ART_CONTEST_FORM_ID = ""
SERVICE_ACCOUNT = {}

# PostgreSQL
SQL_IP = "127.0.0.1"
SQL_PORT = ""
SQL_USER = ""
SQL_PASSWORD = ""
2. Create virtual environment:
$ python3 -m venv .venv
$ source .venv/bin/activate (Windows: .venv\Scripts\activate.bat)
3. Install dependies:
$ pip install -r requirements.txt

Setup Postgresql

1. Install Postgresql (it might work with something else)
2. Create database and user
CREATE DATABASE fatherfridgedb;
CREATE USER <user> WITH PASSWORD <password>;
GRANT ALL PRIVILEGES ON DATABASE fatherfridgedb TO <user>; (You probably dont want to give the bot all privileges)

father-fridge's People

Contributors

ashaxolotl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.