/PFP-Yoinker

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PFP Yoinker

A simple discord bot that downloads all the profile pictures for people in a server

Install

  1. Make sure you have Python installed

  2. Create a virutal environment

python3 -m venv env
  1. Activate the virtual environment

Linux

source env/bin/activate

Windows

env/Scripts/activate
  1. Install the requirements
python3 -m pip install -r requirements.txt
  1. Create a bot and paste the token into the .env file Also make sure to enable all the intents in the dev portal

  2. Startup the bot and have it join your server. All the profile pictures should now be saved to the directory of the bot