https://github.com/vpeti1/pluman
A minecraft plugin downloader made in python
https://github.com/vpeti1/pluman
Last synced: 6 months ago
JSON representation
A minecraft plugin downloader made in python
- Host: GitHub
- URL: https://github.com/vpeti1/pluman
- Owner: VPeti1
- License: lgpl-3.0
- Created: 2024-02-25T20:36:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T08:33:58.000Z (about 1 year ago)
- Last Synced: 2024-04-02T09:49:22.895Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PLUMAN
A simple python app to download minecraft plugins from dev.bukkit.org# Requirements
## bs4 and requests
pip install bs4 requests