OptiPy
Web Scraping API for getting Optifine VersionsList/Versions/Download-URL.
Table of contents
Installation
pip install optipy
Get Versions List
This will get list of all Optifine versions.
- The output might not show all versions in console.
- Dump the list into file if you want to see all the versions.
from optipy import getVersionList
DATA = getVersionList()
print(DATA)
Get Specify Versions
This will get Optifine versions informations by just specify Minecraft Version.
Arguments:
- [ Required ]
mc_versionis for specify minecraft version.
from optipy import getVersion
DATA = getVersion(mc_version="1.12.2")
print(DATA)
Change Log
2.0.2 (30/09/2022)
- Rewrite the script to local web scraping for better performance.
Release files for optipy 2.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| optipy-2.0.2.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| optipy-2.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / optipy-2.0.2.tar.gz
| Download URL | optipy-2.0.2.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce3e71107b12e2784c851334d91b0e136033e707f36ac0cb6dce3139c85e80dc
|
|
BLAKE2b-256 checksum How to use checksums |
d1a28bb607b8eea01347fe4b538d1efbfc7bddd8d71f69c3a7b76ae3037dee77
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.5
|
Release files / optipy-2.0.2-py3-none-any.whl
| Download URL | optipy-2.0.2-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f4b9eec0db7bffe4594a70e4308ee81c18d17a8ca2aea8ad6a5a6cba1039f1fb
|
|
BLAKE2b-256 checksum How to use checksums |
c1fdde2dd02c86cce4cdb7061dc7df8197cd143641c3619c58c5e5deb07c7d80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.5
|