Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peefpee authored Jan 1, 2023
1 parent 707a020 commit 36dbfc9
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
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)

0 comments on commit 36dbfc9

Please sign in to comment.