The only library written for Surviv.io
Project description
The only surviv.io librery writted for Python.
Library written by PhysxDev#9448
Contributor: AzartX47#6188
● Features
Download
pip install survivpy
Import
from surviv import surviv
Latest Update News
data = surviv.getNews()
print(data)
Pass Information
data = surviv.getPass()
print(data)
Create Team
data = surviv.teams.create()
print(data)
Get Team Information
data = surviv.teams.getInfo("Team Code")
print(data)
Create Prestige
data = surviv.prestige.create()
print(data)
Get Prestige Information
data = surviv.prestige.getInfo()
print(data)
Battle Modes
data = surviv.battleModes()
print(data)
Site Information
data = surviv.siteInfo()
print(data)
Region Information
data = surviv.regionInfo()
print(data)
Streaming Surviv.io (Twitch)
data = surviv.streamingSurviv()
print(data)
Featured Youtuber
data = surviv.featuredYoutuber()
print(data)
Find Match
data = surviv.findMatch()
print(data)
Proxies
data = surviv.proxies()
print(data)
Leaderboard Information
data = surviv.leaderboard()
print(data)
Clan Information
data = surviv.clanStats("ClanID")
print(data)
Clan Recent Matches
data = surviv.clanMatches("ClanID")
print(data)
Clan Leaderboard Information
data = surviv.clanLeaderboard()
print(data)
User Information
data = surviv.user("username")
print(data)
● Extras
Binary Feature
from surviv import binary
encoded = binary.encode("Hello, World.") # Returns binary into List Format.
binary.decode(encoded) # Returns decoded binary into a string.
rawBinary = binary.toRaw(encoded) # Converts list into String.
binary.unRaw(rawBinary) # Converts string binary into List Format.
Join our Discord!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
survivpy-1.tar.gz
(1.8 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
survivpy-1-py3-none-any.whl
(1.8 kB
view details)
File details
Details for the file survivpy-1.tar.gz.
File metadata
- Download URL: survivpy-1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0616b104f633cbdad45e1c956cdc41d09477bbf250175be5c35a521235e1188
|
|
| MD5 |
9a8c1fb08e65bfc7a2d9687573dabe5a
|
|
| BLAKE2b-256 |
281faafd09d9854ce0d23f1ea546ab8ee4971b153c29098c292bf887de6c37b7
|
File details
Details for the file survivpy-1-py3-none-any.whl.
File metadata
- Download URL: survivpy-1-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a138176888958c824415c8671480c781d18306ff6d4f55f15f0bb28140fd586
|
|
| MD5 |
1abb8c7388083941043189925e6b5667
|
|
| BLAKE2b-256 |
80fe81f75dc1bf0be22f69f77f6691a4c789cfeb11726d9f3f35c013d79ac4d4
|