Skip to content

Pharbi/Appa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appa Bot

Appa

A discord bot for onboarding and interacting with users. Currently in Development

Installation

To install Appa in his current form, you'll need to use pip to install from the requirements text.

This build now includes the rewrite branch of Rapptz's Discord update

Clone repository into a new folder

mkdir Appa && git clone git@github.com:yankskwesi/Appa.git

Mac / Unix

  • Install virtualenv

python -m pip install --user virtualenv

  • Create virtual enviroment

python -m virtualenv env

  • Enter virtual enviroment

Two schools of thought to activate, use either. source env/bin/activate or . env/bin/activate

Windows

  • Install virtualenv

py -m pip install --user virtualenv

  • Create virtual enviroment

py -m virtualenv env

  • Enter virtual enviroment

.\env\Scripts\activate

  • Install from the requirements file, do it inside virtual env so it doesn't clutter system installs

pip install -r requirements.txt

Commands

!hello

Response: "Hello @user!"

!commands

Response: Lists available commands that are in the commands directory of the appa bot

!yipyip

Response: Random gif from giphy with the search tag 'avatar-the-last-airbender'

Current roadmap

Make it fully viable for proper onboarding.

  • Store responses
  • Create chats with mods
  • Edit mod docs

Created by: The mod team

About

Discord bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages