tweetpy


Nametweetpy JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://tweetpy.elhellal.com/
SummaryPython package that allows to access the Tweet data without API
upload_time2023-01-22 20:30:45
maintainer
docs_urlNone
authorabdouhl
requires_python
licenseMIT
keywords twitter tweets tweet twitter_scraper twitter_sentiment status
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.
```python
>>> 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 |
<!--
python  -m venv venv
source venv/bin/activate
pip install wheel setuptools twine
python setup.py sdist bdist_wheel
python -m twine upload dist/*
-->

            

Raw data

            {
    "_id": null,
    "home_page": "https://tweetpy.elhellal.com/",
    "name": "tweetpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "twitter,tweets,tweet,twitter_scraper,twitter_sentiment,status",
    "author": "abdouhl",
    "author_email": "<abderrahmane@elhellal.com>",
    "download_url": "https://files.pythonhosted.org/packages/8c/95/1dcd606e46ee0cdda9a19d96df844b43297dffe257ef36422b204131c8f9/tweetpy-1.0.4.tar.gz",
    "platform": null,
    "description": "# tweetpy\nPython package which to access the Tweet data without API\n\n## Installation\n\nThe easiest way to install the latest version from PyPI is by using pip:\n```\npip install tweetpy\n```\n\n## Usage\n\nDownload it by clicking the green download button here on Github. You only need to parse argument specific Twitter keyword.\n```python\n>>> from tweetpy.tweet import Tweet\n>>> tweet = Tweet(1567531687130632199)\n```\n## Documentation\n\n| ATTRIBUTE      | DESCRIPTION\t | VALUE      | EXAMPLE |\n| ----------- | ----------- | ----------- | ----------- |\n| `text` | get tweet text | String   | \"Welcome to the home\" |\n| `conversation_count` | get conversation tweets count | Integer | 0 |\n| `lang` | get tweet language code | String   | \"en\" |\n| `favorite_count` | get likes count | Integer | 195 |\n| `created_at` | get when the tweet created | datetime.datetime | datetime.datetime(2018, 8, 3, 2, 22, 56) |\n| `id` | get tweet id | Integer  | 1025205344660856838 |\n| `id_str` | get tweet id as string | String   | '1025205344660856838' |\n| `possibly_sensitive` | is tweet has sensitive content | Boolean | False |\n<!--\npython  -m venv venv\nsource venv/bin/activate\npip install wheel setuptools twine\npython setup.py sdist bdist_wheel\npython -m twine upload dist/*\n-->\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package that allows to access the Tweet data without API",
    "version": "1.0.4",
    "split_keywords": [
        "twitter",
        "tweets",
        "tweet",
        "twitter_scraper",
        "twitter_sentiment",
        "status"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "669646d3f469704c26fb518efa2c17f92b3d1eea68f6657c75b00a844a1539e9",
                "md5": "7dc6d19ff63bff22da93fd657e9d2783",
                "sha256": "1cea028697d48b011308a71e2a109ebb1892450a53fcbad3bfb089ffc64f7f60"
            },
            "downloads": -1,
            "filename": "tweetpy-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7dc6d19ff63bff22da93fd657e9d2783",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3289,
            "upload_time": "2023-01-22T20:30:40",
            "upload_time_iso_8601": "2023-01-22T20:30:40.175830Z",
            "url": "https://files.pythonhosted.org/packages/66/96/46d3f469704c26fb518efa2c17f92b3d1eea68f6657c75b00a844a1539e9/tweetpy-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c951dcd606e46ee0cdda9a19d96df844b43297dffe257ef36422b204131c8f9",
                "md5": "df8ee98cc6c5fc38c550ae4b83414c0d",
                "sha256": "e3fcb7d756360da39e67cac772601d4205d87e5ee6b7a0569a91db357e1874be"
            },
            "downloads": -1,
            "filename": "tweetpy-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "df8ee98cc6c5fc38c550ae4b83414c0d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3012,
            "upload_time": "2023-01-22T20:30:45",
            "upload_time_iso_8601": "2023-01-22T20:30:45.217777Z",
            "url": "https://files.pythonhosted.org/packages/8c/95/1dcd606e46ee0cdda9a19d96df844b43297dffe257ef36422b204131c8f9/tweetpy-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-22 20:30:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "tweetpy"
}
        
Elapsed time: 0.06291s