bufflogin icon indicating copy to clipboard operation
bufflogin copied to clipboard

Authorization to buff.163.com through Steam

Results 5 bufflogin issues
Sort by recently updated
recently updated
newest added

I try to create sell order. I log in to the site as in the example. .is_alive_session() specifies true. But when I try to create request, I get the error:...

I just seen 2 params to login , If my Steam account have steam guard,how to make it work?

Pls add proxy support to login many accounts in parallel

Hello, I tried to write a demo ``` from bufflogin import Buff from pysteamauth.auth import Steam import asyncio async def demo(): steam = Steam( login='******', password='******', ) buff = Buff(steam)...

Followed your example on README markdown, but couldn't get it to run. Tried running it on separate file too.