https://github.com/Blotz/inert#setting-up-the-bot
👤 Blotz
- Github: @Blotz
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Download required libraries and clone the github source code
pip3 install virtualenv && \
git clone https://github.com/Blotz/inert.git
Download venv and activate the venv
cd inert && \
python3 -m virtualenv venv && \
source venv/bin/activate && \
pip install -r requirements.txt
Download required libraries and clone the github source code.
You will need to install Visual C++ Build Tools
pip install virtualenv && \
git clone https://github.com/Blotz/inert.git
Download venv and activate the venv
cd inert && \
python -m virtualenv venv && \
.\venv\Scripts\activate && \
pip install -r requirements.txt
Create a new file called .env
in the inert folder
TOKEN=your_discord_bot_token
REDDIT_ID=reddit_application_id
REDDIT_SECRET=reddit_application_secret
If all steps above were successful , you should see the following (or something similar):
(venv) username@hostname:file $
When ever you want to run the code, unless your ide does this for you,
you will need to run the following commands in order to run the code
Windows
.\venv\Scripts\activate
Linux
source venv/bin/activate
then run python main.py
in the src folder
Copyright © 2021 Blotz.
This project is GPL--3.0 Licence licensed.