A simple program that will scrape vouches starting with +rep, +vouch in every discord server you are in and save the data in a json file that you can use on a certain vouch bot. You will need to enter your discord token and your discord username for the vouches to be saved at your name.
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.10+
- Make a python virtual environment:
python3 -m venv venv
- Source the environment:
venv\Scripts\activate
(Windows) /source venv/bin/activate
(macOS, Linux) - Install the requirements:
pip install -r requirements.txt
- Start:
python3 main.py
- Nice UI
- Improved Logging
- Fast & Easy to use
- Saves data to json you can use it to restore your vouches.
- More!
- I am not responsible for anything that may happen, such as API Blocking, Account Termination, etc.
- This was a quick project that was made for fun and personal use if you want to see further updates, star the repo & create an "issue" here
v0.0.1 ⋮ 4/9/2023
! Initial release