How to Install and Uninstall python2-twython Package on openSUSE Leap

Last updated: May 08,2024

1. Install "python2-twython" package

This tutorial shows how to install python2-twython on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-twython

2. Uninstall "python2-twython" package

Please follow the instructions below to uninstall python2-twython on openSUSE Leap:

$ sudo zypper remove python2-twython

3. Information about the python2-twython package on openSUSE Leap

Information for package python2-twython:
----------------------------------------
Repository : Main Repository
Name : python2-twython
Version : 3.7.0-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 212,2 KiB
Installed : No
Status : not installed
Source package : python-twython-3.7.0-bp153.1.18.src
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!