Wrapper library of TweetDeck's internal api.
Project description
pytweetdeck
Wrapper library of TweetDeck's internal api.
You can handle twitter functions without consumer key/secret since pytweetdeck uses an internal api which is used in TweetDeck.
Install
pip install pytweetdeck
or directly from GitHub
pip install git+https://github.com/m4fn3/pytweetdeck.git
Quick Example
Check examples directory to find more.
import pytweetdeck
# login
client = pytweetdeck.Client(name_or_email="USERNAME", password="PASSWORD")
# tweet text
client.send_tweet("Hello from pytweetdeck!")
# stream timeline tweet
for tweet in client.stream_timeline():
print(tweet)
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
pytweetdeck-1.0.1.tar.gz
(3.6 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 pytweetdeck-1.0.1.tar.gz.
File metadata
- Download URL: pytweetdeck-1.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
552d220283cdc852952b2846f508d6076400568703c920d1bb5a29bd2258fe95
|
|
| MD5 |
48602f70afeafe6162e72160c73a1049
|
|
| BLAKE2b-256 |
9898ae4feecacdd8d2fb1c71f1ae0dda71c8e9db6da56bea4446ea575fc5dbbe
|
File details
Details for the file pytweetdeck-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pytweetdeck-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
008734ba33c5f493c08c56dde4540728e7267723e054b04c3396cb5f7530eff7
|
|
| MD5 |
900eae29d8871830b6d50f5f848c0dc0
|
|
| BLAKE2b-256 |
9083ef2b2ae88cd8241e2d6ce4dbfbec36f65b055c1bc95ce0651f56708673b2
|