Installing and Using
Requirements
Installing
1. Clone the repository
$ git clone https://github.com/darvester/darvester
$ cd darvester2. Set up the Python environment
$ python3.9 -m venv .venv
$ source .venv/bin/activate3. Configure Darvester
3.1 Acquiring your Discord user token
3.2 Editing the configuration file for Darvester
4. Running Darvester
Last updated