Web Scraping API for getting Optifine VersionsList/Versions/Download-URL.
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
optipy-2.0.2.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file optipy-2.0.2.tar.gz.
File metadata
- Download URL: optipy-2.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce3e71107b12e2784c851334d91b0e136033e707f36ac0cb6dce3139c85e80dc
|
|
| MD5 |
5804617dad017cfdc4ba0e5bdbad1651
|
|
| BLAKE2b-256 |
d1a28bb607b8eea01347fe4b538d1efbfc7bddd8d71f69c3a7b76ae3037dee77
|
File details
Details for the file optipy-2.0.2-py3-none-any.whl.
File metadata
- Download URL: optipy-2.0.2-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4b9eec0db7bffe4594a70e4308ee81c18d17a8ca2aea8ad6a5a6cba1039f1fb
|
|
| MD5 |
01e96a93b7d66990acfd9e5a49044779
|
|
| BLAKE2b-256 |
c1fdde2dd02c86cce4cdb7061dc7df8197cd143641c3619c58c5e5deb07c7d80
|