A reddit-discord bot which can be used in discord to fetch posts from subreddits, either specified or from given categories...
Prerequisites : python3
, python3-pip
, python3-venv
, git
-
Run:
git clone https://github.com/eternal-will/Dalal-bot.git
in terminal. -
Go to project directory:
cd Dalal-bot
-
Create following file:
.env
-
Fill the
.env
file in the format of.env.example
provided. -
(optional)
Create and activate virtual environment:
python3 -m venv venv #to create
source venv/bin/activate #to activate
-
Install required python packages:
pip3 install -r requirements.txt
-
Run the bot:
python3 bot.py