iKetan-discort
Last updated:10 Jan 2022
#iKetan-discort
iKetan-discort is a Discord bot created on Python 3 with pycord, developed mainly to fulfill my needs (for instance, instant image search, get todo list, file sharing, etc).
#Status
Release: Dev
Bot Invitation Link: (TBA)
#How To
Install latest Python 3
- Windows: Manual download and install from python.org/downloads
:memo: Python 3.9+ cannot be used on Windows 7 or earlier[1]
- Linux:
1
sudo apt install python3
- Windows: Manual download and install from python.org/downloads
Clone the iKetan-discort git repository
1
git clone https://github.com/KetanBasi/iKetan-discort
then move to that local repository folder:
1
cd iKetan-discort
Create Python virtual environment (Python venv[2]) (optional)
1
python3 -m venv env
and activate the python virtual environment with:
1
source env/bin/activate
to deactivate the virtual environment you can execute the following instruction later:
1
deactivate
Install all required Python packages listed in requirements.txt
1
pip install -r requirements.txt
Add environment variables to your deployment environment or create
.env
file, which contains:Run it
1
python3 main.py
#Features & Integerations
- Anonfiles (upload & check file availability)
- Fun commands
- Gif search (powered by Tenor)
- Coin Flip
- Dice Roll
- etc.
- Unsplash (Image search)
- CodeStats (Programming experience)
- Message Moderation (i.e. delete message)
#Footnotes
- Incompabilities listed on Python Windows Release Page ↩
- Read more about python venv on Python venv Libary ↩
- Read more how to get Discord User ID on Discord Support Page ↩