Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/susnux/banlist-parser
[OUTDATED] Parses global ban list to protect your 7 Days to die server of getting hacked by evil players.
https://github.com/susnux/banlist-parser
Last synced: about 1 month ago
JSON representation
[OUTDATED] Parses global ban list to protect your 7 Days to die server of getting hacked by evil players.
- Host: GitHub
- URL: https://github.com/susnux/banlist-parser
- Owner: susnux
- License: isc
- Created: 2015-06-29T13:51:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T16:56:48.000Z (over 9 years ago)
- Last Synced: 2023-09-07T10:35:59.097Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# banlist-parser
Parses global ban list to protect your 7 Days to die server of getting hacked by evil players.## Usage
Simply change the path to your admin.xml in the bapa.py file and save the file.Then execute it: `./bapa.py`
**Hint:**
You can make your life easier by adding a cron job for ban list parsing so the blacklist get updated every 24h.
Open a terminal and type:
`crontab -e`
add a new line:`0 0 * * * /path/to/bapa.py > /dev/null`
Save crontab, finished.
# Dependencies
1. python 3.0 or higher
2. python3-beautifulsoup4
3. python-urllib3