pypi: package Python: versions
Steam account should be registered on the buff.163.com
pip install bufflogin
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/')
MIT