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
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
tweetpy-1.0.4.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file tweetpy-1.0.4.tar.gz
.
File metadata
- Download URL: tweetpy-1.0.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3fcb7d756360da39e67cac772601d4205d87e5ee6b7a0569a91db357e1874be |
|
MD5 | df8ee98cc6c5fc38c550ae4b83414c0d |
|
BLAKE2b-256 | 8c951dcd606e46ee0cdda9a19d96df844b43297dffe257ef36422b204131c8f9 |
File details
Details for the file tweetpy-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: tweetpy-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cea028697d48b011308a71e2a109ebb1892450a53fcbad3bfb089ffc64f7f60 |
|
MD5 | 7dc6d19ff63bff22da93fd657e9d2783 |
|
BLAKE2b-256 | 669646d3f469704c26fb518efa2c17f92b3d1eea68f6657c75b00a844a1539e9 |