A Python tellonym api
Project description
Tellonym API
Creating the API
import tellonym_api
api = tellonym_api.TellonymApi()
How to check if a user exists!
import tellonym_api
api = tellonym_api.TellonymApi()
user = api.GetUser("[your user]")
if user.IsProfileFound() == True:
#profile is existing
else:
#profile isnt existing!
Simple User Getter
import tellonym_api
api = tellonym_api.TellonymApi()
user = api.GetUser("[user]")
if not user.IsProfileFound() == True:
exit("Profile isnt existing!")
user.FetchFollowers()
user.FetchFollowings()
user.FetchTells()
print(user.GetTells())
print(user.GetFollowers())
print(user.GetFollowings())
Made with <3 by PatchByte
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
tellonym-1.0.0.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file tellonym-1.0.0.tar.gz
.
File metadata
- Download URL: tellonym-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba4273db7ad9d0e1ca9a98ed53a3f750e950f6c8ee45440434aab4de8149b44b |
|
MD5 | 56dea71e767bfd243ce126da1961386c |
|
BLAKE2b-256 | 6f79cab69b47220f554f0bfb3fb601f4ac168631db26ecad9a693e69e8ebbdae |
File details
Details for the file tellonym-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: tellonym-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c38a7e924d65a2671f9a4ac2d3cadebd371af716ee4c99bb278a96e59fc431dd |
|
MD5 | 2cc407f3abcfa54a119080bee98e6631 |
|
BLAKE2b-256 | 9d8b6623c8ed5964545014a9453ce58d799702c1801c7a96b76aab3371c1090c |