How to Install and Uninstall python311-twython Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python311-twython" package

This guide covers the steps necessary to install python311-twython on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-twython

2. Uninstall "python311-twython" package

Here is a brief guide to show you how to uninstall python311-twython on openSuSE Tumbleweed:

$ sudo zypper remove python311-twython

3. Information about the python311-twython package on openSuSE Tumbleweed

Information for package python311-twython:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-twython
Version : 3.9.1-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 222.7 KiB
Installed : No
Status : not installed
Source package : python-twython-3.9.1-1.6.src
Upstream URL : https://github.com/ryanmcgrath/twython
Summary : Python wrapper for the Twitter API
Description :
Twython is a Python library providing a way to access Twitter data.
Features include:
- Query data for:
- User information
- Twitter lists
- Timelines
- Direct Messages
- and anything found in `the docs `_
- Image Uploading:
- Update user status with an image
- Change user avatar
- Change user background image
- Change user banner image
- OAuth 2 Application Only (read-only) Support
- Support for Twitter's Streaming API
- Seamless Python 3 support!