Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,20 @@
|
||||
MIT License
|
||||
Copyright (c) 2009-2023 Joshua Roesslein
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
@@ -0,0 +1,96 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: tweepy
|
||||
Version: 4.14.0
|
||||
Summary: Twitter library for Python
|
||||
Home-page: https://www.tweepy.org/
|
||||
Download-URL: https://pypi.org/project/tweepy/
|
||||
Author: Joshua Roesslein
|
||||
Author-email: tweepy@googlegroups.com
|
||||
License: MIT
|
||||
Project-URL: Documentation, https://tweepy.readthedocs.io
|
||||
Project-URL: Issue Tracker, https://github.com/tweepy/tweepy/issues
|
||||
Project-URL: Source Code, https://github.com/tweepy/tweepy
|
||||
Keywords: twitter library
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
Requires-Dist: oauthlib (<4,>=3.2.0)
|
||||
Requires-Dist: requests (<3,>=2.27.0)
|
||||
Requires-Dist: requests-oauthlib (<2,>=1.2.0)
|
||||
Provides-Extra: async
|
||||
Requires-Dist: aiohttp (<4,>=3.7.3) ; extra == 'async'
|
||||
Requires-Dist: async-lru (<3,>=1.0.3) ; extra == 'async'
|
||||
Provides-Extra: dev
|
||||
Requires-Dist: coverage (>=4.4.2) ; extra == 'dev'
|
||||
Requires-Dist: coveralls (>=2.1.0) ; extra == 'dev'
|
||||
Requires-Dist: tox (>=3.21.0) ; extra == 'dev'
|
||||
Provides-Extra: docs
|
||||
Requires-Dist: myst-parser (==0.15.2) ; extra == 'docs'
|
||||
Requires-Dist: readthedocs-sphinx-search (==0.1.1) ; extra == 'docs'
|
||||
Requires-Dist: sphinx (==4.2.0) ; extra == 'docs'
|
||||
Requires-Dist: sphinx-hoverxref (==0.7b1) ; extra == 'docs'
|
||||
Requires-Dist: sphinx-tabs (==3.2.0) ; extra == 'docs'
|
||||
Requires-Dist: sphinx-rtd-theme (==1.0.0) ; extra == 'docs'
|
||||
Provides-Extra: socks
|
||||
Requires-Dist: requests[socks] (<3,>=2.27.0) ; extra == 'socks'
|
||||
Provides-Extra: test
|
||||
Requires-Dist: vcrpy (>=1.10.3) ; extra == 'test'
|
||||
|
||||
Tweepy: Twitter for Python!
|
||||
======
|
||||
|
||||
[](https://pypi.org/project/tweepy/)
|
||||
[](https://pypi.org/project/tweepy/)
|
||||
[](https://zenodo.org/badge/latestdoi/244025)
|
||||
|
||||
[](https://tweepy.readthedocs.io/en/latest/)
|
||||
[](https://github.com/tweepy/tweepy/actions?query=workflow%3ATest)
|
||||
[](https://coveralls.io/github/tweepy/tweepy?branch=master)
|
||||
|
||||
[](https://discord.gg/bJvqnhg)
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
The easiest way to install the latest version from PyPI is by using
|
||||
[pip](https://pip.pypa.io/):
|
||||
|
||||
pip install tweepy
|
||||
|
||||
To use the `tweepy.asynchronous` subpackage, be sure to install with the
|
||||
`async` extra:
|
||||
|
||||
pip install tweepy[async]
|
||||
|
||||
You can also use Git to clone the repository from GitHub to install the latest
|
||||
development version:
|
||||
|
||||
git clone https://github.com/tweepy/tweepy.git
|
||||
cd tweepy
|
||||
pip install .
|
||||
|
||||
Alternatively, install directly from the GitHub repository:
|
||||
|
||||
pip install git+https://github.com/tweepy/tweepy.git
|
||||
|
||||
Python 3.7 - 3.11 are supported.
|
||||
|
||||
Links
|
||||
-----
|
||||
|
||||
- [Documentation](https://tweepy.readthedocs.io/en/latest/)
|
||||
- [Official Discord Server](https://discord.gg/bJvqnhg)
|
||||
- [Twitter API Documentation](https://developer.twitter.com/en/docs/twitter-api)
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
tweepy-4.14.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
tweepy-4.14.0.dist-info/LICENSE,sha256=a3ZmOwTI9rC9vBJr1hqQ2_GbOlks7eOHKqZ2UF6twsM,1077
|
||||
tweepy-4.14.0.dist-info/METADATA,sha256=KIFHhHg1DGL2opGvZGkGVcAKcendK0MhA0BLQweI3wI,3793
|
||||
tweepy-4.14.0.dist-info/RECORD,,
|
||||
tweepy-4.14.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
tweepy-4.14.0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
||||
tweepy-4.14.0.dist-info/top_level.txt,sha256=ZJDRss3q7Ym5B2ECTFXYw-4yz1iu9odZpRI03-eD2xc,7
|
||||
tweepy-4.14.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
||||
tweepy/__init__.py,sha256=kVhRZs3w23YC2vFmYiyntVElqdmBsaemzsyH9u8O0jc,1302
|
||||
tweepy/__pycache__/__init__.cpython-310.pyc,,
|
||||
tweepy/__pycache__/api.cpython-310.pyc,,
|
||||
tweepy/__pycache__/auth.cpython-310.pyc,,
|
||||
tweepy/__pycache__/cache.cpython-310.pyc,,
|
||||
tweepy/__pycache__/client.cpython-310.pyc,,
|
||||
tweepy/__pycache__/cursor.cpython-310.pyc,,
|
||||
tweepy/__pycache__/direct_message_event.cpython-310.pyc,,
|
||||
tweepy/__pycache__/errors.cpython-310.pyc,,
|
||||
tweepy/__pycache__/list.cpython-310.pyc,,
|
||||
tweepy/__pycache__/media.cpython-310.pyc,,
|
||||
tweepy/__pycache__/mixins.cpython-310.pyc,,
|
||||
tweepy/__pycache__/models.cpython-310.pyc,,
|
||||
tweepy/__pycache__/pagination.cpython-310.pyc,,
|
||||
tweepy/__pycache__/parsers.cpython-310.pyc,,
|
||||
tweepy/__pycache__/place.cpython-310.pyc,,
|
||||
tweepy/__pycache__/poll.cpython-310.pyc,,
|
||||
tweepy/__pycache__/space.cpython-310.pyc,,
|
||||
tweepy/__pycache__/streaming.cpython-310.pyc,,
|
||||
tweepy/__pycache__/tweet.cpython-310.pyc,,
|
||||
tweepy/__pycache__/user.cpython-310.pyc,,
|
||||
tweepy/__pycache__/utils.cpython-310.pyc,,
|
||||
tweepy/api.py,sha256=3YF6fntTNbOWKaPS8HkPrr36XH1KmVEPBZPFebEuxXs,132423
|
||||
tweepy/asynchronous/__init__.py,sha256=_yPZCYJHEX-beeSk2YNe2WM3k1x-c1qXN2NoEk8H2yo,596
|
||||
tweepy/asynchronous/__pycache__/__init__.cpython-310.pyc,,
|
||||
tweepy/asynchronous/__pycache__/client.cpython-310.pyc,,
|
||||
tweepy/asynchronous/__pycache__/pagination.cpython-310.pyc,,
|
||||
tweepy/asynchronous/__pycache__/streaming.cpython-310.pyc,,
|
||||
tweepy/asynchronous/client.py,sha256=PbmynxV_r8qLQzrx3yJ5ZIDkUdsJy6H2sQYfBzPYZ28,141138
|
||||
tweepy/asynchronous/pagination.py,sha256=TtEdxPi2tq4vuiIpz25NTEInJNTVpDhqr7gvc3SkNdo,4369
|
||||
tweepy/asynchronous/streaming.py,sha256=U0_i8hc2m3Xv3XVCx-NYftzGta-M6qxQSUckiXZusTo,22546
|
||||
tweepy/auth.py,sha256=MlVQbRoPctTTQ0C-DGIEYfXU1Il9xRVgcNs2608BPx0,7710
|
||||
tweepy/cache.py,sha256=DmkCzEPsJDLGWiDGRkciM9h9yso8UrUrlT5JX_c8D70,12778
|
||||
tweepy/client.py,sha256=HdRkiVLKwiqKJ1ghAAWOJjiKUq6bN2Ggi8haaDWaXRY,149188
|
||||
tweepy/cursor.py,sha256=iuI8mSPFtkwLlLZ4T6GRddii_5535U-GGgajmf3IJzQ,9908
|
||||
tweepy/direct_message_event.py,sha256=R3OEQ6IbGZ0AHg0E3ur5t-1JAtfXZTbYbRE6Rxs9spY,6400
|
||||
tweepy/errors.py,sha256=3_Jq8OKl6nHY2PqgLNb86F24dnK3UPOTy_cK4mWl1B0,3598
|
||||
tweepy/list.py,sha256=4H-0Ru14voX07wxtES_qie7SOmEt6I8WGolW1CQIVgU,2937
|
||||
tweepy/media.py,sha256=EdDiSDAXIu7KvhVKFa16KdCc3HKR8WzByWoVjryJO2o,4152
|
||||
tweepy/mixins.py,sha256=YXzCtKNcn6vhNZLmS165c8e5seWcZgxdM835Txo85Fw,949
|
||||
tweepy/models.py,sha256=EPi4E01Vb72rsVQOLjP1yDTzUc8FGG2kB4LmR0qs2P4,13667
|
||||
tweepy/pagination.py,sha256=u3RjF3nvMmJS8pi71sbSncVf8KyY-4v8dv8hD7LcZUw,4248
|
||||
tweepy/parsers.py,sha256=MZomk51zBn9MNCI5ADJEIoEGaLMgS_snn1rsYaOpHFs,2515
|
||||
tweepy/place.py,sha256=QbRBYdBWgywk3guKWBKvheCg3wrBHd6AwMyuc6IkTrg,2507
|
||||
tweepy/poll.py,sha256=46nj024qRE36izxFTDw-e1QZ5WUmysatjf6iub7v-5s,2216
|
||||
tweepy/space.py,sha256=_t96myIVhHLVqkkBXeDeSb5BWwJwD7HugTkuo2pDlLU,6133
|
||||
tweepy/streaming.py,sha256=KlFCfVSvDpnSptm7yPadTYAS3T8_0Xsh5g5nQm7_Qd4,25426
|
||||
tweepy/tweet.py,sha256=uOz1bV-8K3bmpTW8TSwpNJQ8VgxggxwoCR6-Mz7jrZE,9955
|
||||
tweepy/user.py,sha256=kVUCS7oa5YrmQrd9HcGcFrjV2zB7elBSaSzslto5RXM,5183
|
||||
tweepy/utils.py,sha256=_n266Udz6VlnnHMzeoJlH7grhkUnJBnRKXxNlvEcWV8,357
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.40.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
tweepy
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user