sometastycake / bufflogin

Authorization to buff.163.com through Steam

Home Page:https://pypi.org/project/bufflogin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authorization to buff.163.com through Steam

pypi: package Python: versions

Steam account should be registered on the buff.163.com

Install

pip install bufflogin

Usage

from bufflogin import Buff
from pysteamauth.auth import Steam


async def main():
    steam = Steam(
        login='login',
        password='password',
    )
    buff = Buff(steam)
    await buff.login_to_buff()
    response: str = await buff.request('https://buff.163.com/')

License

MIT

About

Authorization to buff.163.com through Steam

https://pypi.org/project/bufflogin/

License:MIT License


Languages

Language:Python 100.0%