https://github.com/sometastycake/bufflogin
Authorization to buff.163.com through Steam
https://github.com/sometastycake/bufflogin
buff buff163 skins-csgo steam
Last synced: about 2 months ago
JSON representation
Authorization to buff.163.com through Steam
- Host: GitHub
- URL: https://github.com/sometastycake/bufflogin
- Owner: sometastycake
- License: mit
- Created: 2022-09-11T20:49:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T17:24:37.000Z (about 3 years ago)
- Last Synced: 2026-01-04T06:05:57.008Z (5 months ago)
- Topics: buff, buff163, skins-csgo, steam
- Language: Python
- Homepage: https://pypi.org/project/bufflogin/
- Size: 23.4 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Authorization to buff.163.com through Steam
[](https://pypi.org/project/bufflogin/)
[]()
Steam account should be registered on the buff.163.com
## Install
```bash
pip install bufflogin
```
## Usage
```python
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