Skip to content

wynterfurrybot/wynter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wynter v2

Wynter Rewrite, made from Python

Made on a CC-BY license.

Uses the following libaries:

discord.py - 1.6.0a

Fully open sourced.

Docs: https://docs.furrybot.dev/

Support: https://discord.gg/5eNDkdd

How to self host Wynter:

$ git clone https://github.com/Rapptz/discord.py
$ cd discord.py
$ python3 -m pip install -U .
$ cd ..
$ git clone https://github.com/wynterfurrybot/wynter.git
$ cd wynter2
$ cd Wynter
$ python3 -m pip install -r requirements.txt 

IF SUCCESSFUL:
$ mv example.env .env
$ nano .ev
IN NANO, edit the values to match your config.
CTRL X to save.
$ python3 index.py

IF NOT: 
you may need to update PIP by doing the command below:
$ python3 -m pip install --upgrade pip
then repeat the command to install requirements.

Branches:

Beta - for development use only, these updates may not be finished, or ever come to the master branch.

Master - for stable releases.

Notice:

Relms (a former dev) no longer works on Wynter as of v2. Previous commits by her may be archived here.

Releases

No releases published

Packages

No packages published

Languages