Skip to main content

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_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.

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 hashes)

Uploaded Source

Built Distribution

optipy-2.0.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page