No project description provided
Project description
Blockbro-py
BlockBros-py makes it easier to interact with blockbros api
Installation
pip install blockbros-py
Usage
import blockbros
# Auth
login = blockbros.Auth.login(0000000000000000, "3a69a5643165d9be14ae63384df66c8d9e6a2046$sha1$btdFtx45MUf3mqPtfCCskU")
alt_login = blockbros.Auth.alt_login(000000, "CNptMSwG")
# Gamer
gamer = blockbros.Gamer(0000000000000000, "3AqQMSTEkdAmqq4F8eh5bkQeAs7qAHmx")
# search
searchGamer = gamer.search()
# follow / unfollow
gamer.followGamer(0000000000000000)
gamer.unfollowGamer(0000000000000000)
# block / unblock
gamer.blockGamer(0000000000000000)
gamer.unblockGamer(0000000000000000)
# channel
gamer.setChannelUrl("/@MrBeast")
# Comments
commentClient = blockbros.Comment(0000000000000000, "3AqQMSTEkdAmqq4F8eh5bkQeAs7qAHmx")
commments = commentClient.list("feed").comments
for comment in commments:
print(comment.message)
commentClient.post("feed", "Hello, world!")
links
License
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
blockbros_py-1.4.1.tar.gz
(7.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blockbros_py-1.4.1.tar.gz.
File metadata
- Download URL: blockbros_py-1.4.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89e0ac2c3c12dc9806fb9418f870cec325d8d2a7dc6538d97984af197a10fde8
|
|
| MD5 |
011623ce78394d302e1ffd19885b0bb9
|
|
| BLAKE2b-256 |
b957d27a18e92fc3467ffd8c98ee641d1de80fdbe3b22ee81827b1fcb993c8df
|
File details
Details for the file blockbros_py-1.4.1-py3-none-any.whl.
File metadata
- Download URL: blockbros_py-1.4.1-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc7c39e8cc7cf8abee87f6afef143db3d7420b5f4e758fcc9038582e254af9e6
|
|
| MD5 |
3a6641bc69699976cd78089b3067577d
|
|
| BLAKE2b-256 |
89cb77abcdc0db39d2baf265d0106a99e2680db50a9bc2122f70522d62cf1956
|