-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,41 @@ | ||
# discord-member-backup-bot | ||
|
||
# Discord Members Backup | ||
|
||
Want to Backup your Discord members incase of a server termination , With Its own site that includes hcaptcha to prevent bots | ||
|
||
## Usage | ||
**Python 3 Is required , Please setup your config.json first** | ||
|
||
# Linux/macOS | ||
python3 -m pip install -r requirements.txt | ||
|
||
# Windows | ||
py -3 -m pip install -r requirements.txt | ||
|
||
Then Do | ||
python main.py | ||
## FAQ | ||
|
||
#### **How does this prevent bots from accessing?** | ||
|
||
```It uses hcaptcha to try and prevent bots , but with solve it is still possible to bypass them``` | ||
|
||
#### **How do i host this?** | ||
|
||
```You can find web hosting that supports python (flask) and it should be fine``` | ||
|
||
## Contributing | ||
|
||
Contributions are always welcome! | ||
|
||
Please give credits to me ❤️ | ||
## License | ||
|
||
[MIT](https://choosealicense.com/licenses/mit/) | ||
|
||
|
||
## Authors | ||
|
||
- [@pfpcio](https://github.com/pfpcio) | ||
- [pfp](https://cracked.io/pfp) | ||
|