Installation
The easiest way to install the latest version from PyPI is by using
pip:
pip install virtual-tweepy
To use the tweepy.asynchronous
subpackage, be sure to install with the
async
extra:
pip install virtual-tweepy[async]
Latest version of Python and older versions not end of life (bugfix and security) are supported.
Links
Acknowledgments
This project is a modified version of Tweepy, originally created by Joshua Roesslein.
Original work is Copyright (c) 2009-2023 Joshua Roesslein and is licensed under the MIT License.