Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sexfrance/vouch-scrapper

Discord Vouch scrapper that will scrape messages from every server you are in and will save the message, vouch id, person who vouched and your discord username.
https://github.com/sexfrance/vouch-scrapper

discord discord-python discord-selfbot discord-vouch-scrapper python rep-bot repbot reputation self-bot vouch vouch-bot vouch-scrapper vouchbot vouchs

Last synced: about 1 month ago
JSON representation

Discord Vouch scrapper that will scrape messages from every server you are in and will save the message, vouch id, person who vouched and your discord username.

Awesome Lists containing this project

README

        



Discord - Vouch Scrapper



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
ยท
โš ๏ธ Report Bug
ยท
๐Ÿ’ก Request Feature


### โš™๏ธ Installation

- 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`

---

### ๐Ÿ”ฅ Features
- Nice UI
- Improved Logging
- Fast & Easy to use
- Saves data to json you can use it to restore your vouches.
- More!

---
#### ๐Ÿ“น Preview

![Vouch Scrapper](https://i.imgur.com/KoLLorm.png)

---
### โ— Disclaimers

- 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](https://github.com/sexfrance/Vouch-Scrapper/issues/)

---

### ๐Ÿ“œ ChangeLog

```diff
v0.0.1 โ‹ฎ 4/9/2023
! Initial release
```

---