Skip to main content

Python package that allows to access the Tweet data without API

Project description

tweetpy

Python package which to access the Tweet data without API

Installation

The easiest way to install the latest version from PyPI is by using pip:

pip install tweetpy

Usage

Download it by clicking the green download button here on Github. You only need to parse argument specific Twitter keyword.

>>> from tweetpy.tweet import Tweet
>>> tweet = Tweet(1567531687130632199)

Documentation

ATTRIBUTE DESCRIPTION VALUE EXAMPLE
text get tweet text String "Welcome to the home"
conversation_count get conversation tweets count Integer 0
lang get tweet language code String "en"
favorite_count get likes count Integer 195
created_at get when the tweet created datetime.datetime datetime.datetime(2018, 8, 3, 2, 22, 56)
id get tweet id Integer 1025205344660856838
id_str get tweet id as string String '1025205344660856838'
possibly_sensitive is tweet has sensitive content Boolean False

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

tweetpy-1.0.4.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

tweetpy-1.0.4-py3-none-any.whl (3.3 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