Automate your replit account using this replit api wrapper!
Project description
Automate Replit
Automate replit actions with this replit api wrapper!
Docs
Documentation for this library can be found here
Source
Source can be found here
Example
from autoreplit import ReplitClient
client = ReplitClient()
async def getEthan():
ethan = await client.getUserByName("not-ethan")
print(f"Ethan's id: {ethan.id}")
print(f"Ethan's follower count: {ethan.followerCount}")
if ethan.isOnline:
print("Ethan is online!")
else:
print(f"Ethan was last seen {ethan.lastSeen}")
print(f"Ethan's roles: {ethan.roles}")
print(f"All of ethan: {ethan}")
client.run(getEthan())
Note: pass a sid to get better info
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
automate_replit-0.1.4.tar.gz
(14.9 kB
view details)
Built Distribution
File details
Details for the file automate_replit-0.1.4.tar.gz
.
File metadata
- Download URL: automate_replit-0.1.4.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.8 Linux/5.19.0-1024-gcp
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d50eae4f97c35fb8dd91a48cfc4224f11a793bd0066acbcba6dfef6e3488173d |
|
MD5 | 376797eb0d17f8ea299c4c25aa1e8942 |
|
BLAKE2b-256 | 39851ec84f6f9ad86b0138043a089c1de88b4f4203f7dc4ee515a1e31ee3af51 |
File details
Details for the file automate_replit-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: automate_replit-0.1.4-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.8 Linux/5.19.0-1024-gcp
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc6a9615e7662c5dd9f23356fbe2ebfa19da848fb8bdcf87257c4567de1ad5a7 |
|
MD5 | cb5496f1f12eae1e20656bf99a1de2fb |
|
BLAKE2b-256 | 0c7d96299bbb4dcac681872140b6093587d51d1ea3f7705fbe4396a11226a604 |