optipy 2.0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

optipy 2.0.2

OptiPy
Web Scraping API for getting Optifine VersionsList/Versions/Download-URL.
Table of contents

Installation
Get Versions List
Get Specify Versions

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_version is 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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.