Skip to content

inert-bot/website

Repository files navigation

<INERT/>

A Discord bot written in python 3.8 or greater!

Documentation License: GPL--3.0 Licence


Info

Install

https://github.com/Blotz/inert#setting-up-the-bot

Author

👤 Blotz

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.


This is out of date

Setting up the bot

Linux

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

Windows

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

Config

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

Running the code

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


📝 License

Copyright © 2021 Blotz.
This project is GPL--3.0 Licence licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published