Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

pytweetdeck-1.0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page