Skip to content

doIIarplus/Disclipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclipy: A Discord CLI in Python

Requirements

  • Python 3.7

Dev

Doc References

Setup virtual environment

linux/macos

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

windows

python3 -m venv venv
venv\scripts\activate
pip install -r requirements.txt

Run test

python3 -m unittest tests/the_module_to_test.py

Push changes

Push all files with:

./push.sh

Push individual files with:

./push.sh file1 file2 file3

About

Discord CLI in python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •