Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sexfrance/vouch-scrapper
- Owner: sexfrance
- License: apache-2.0
- Created: 2024-06-06T18:36:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T10:09:55.000Z (4 months ago)
- Last Synced: 2024-08-27T11:22:27.927Z (4 months ago)
- Topics: discord, discord-python, discord-selfbot, discord-vouch-scrapper, python, rep-bot, repbot, reputation, self-bot, vouch, vouch-bot, vouch-scrapper, vouchbot, vouchs
- Language: Python
- Homepage: https://shop.cyberious.xyz
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```---