orakaro / rainbowstream

A smart and nice Twitter client on terminal written in Python.
https://github.com/orakaro/rainbowstream
MIT License
3.54k stars 260 forks source link

This application does not work at all #332

Open delphinus334 opened 2 years ago

delphinus334 commented 2 years ago

Ubuntu 22.04 Made several attempts to install the application but it doesn't work as it should, way too much hassle. Switched to twitter on web browser. Disappointing application. Not worth the trouble.

Sudo pip3 install rainbowstream

~$ sudo pip3 install rainbowstream [sudo] password for xxxx: Collecting rainbowstream Using cached rainbowstream-1.6.0-py3-none-any.whl (51 kB) Requirement already satisfied: Pillow in /usr/lib/python3/dist-packages (from rainbowstream) (9.0.1) Requirement already satisfied: pocket in /usr/local/lib/python3.10/dist-packages (from rainbowstream) (0.3.6) Requirement already satisfied: pyfiglet in /usr/local/lib/python3.10/dist-packages (from rainbowstream) (0.8.post1) Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (from rainbowstream) (2.8.1) Requirement already satisfied: arrow in /usr/local/lib/python3.10/dist-packages (from rainbowstream) (1.2.2) Requirement already satisfied: resize-image in /usr/local/lib/python3.10/dist-packages (from rainbowstream) (0.4.0) Requirement already satisfied: libsixel-python in /usr/local/lib/python3.10/dist-packages (from rainbowstream) (0.5.0) Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from rainbowstream) (2.25.1) Requirement already satisfied: PySocks in /usr/local/lib/python3.10/dist-packages (from rainbowstream) (1.7.1) Requirement already satisfied: twitter in /usr/local/lib/python3.10/dist-packages (from rainbowstream) (1.19.3) Requirement already satisfied: python-resize-image in /usr/local/lib/python3.10/dist-packages (from resize-image->rainbowstream) (1.1.20) Installing collected packages: rainbowstream Successfully installed rainbowstream-1.6.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

~$Rainbowstream

You are running latest version (1.6.0) We have connection problem with twitter REST API right now :( Invalid or expired token (with al valid token its does not work either)

~$ sudo rainbowstream Your ~/.rainbow_config.json is messed up:

[Errno 2] No such file or directory: '/root/.rainbow_config.json'

sudo rainbowstream You are running latest version (1.6.0) We have connection problem with twitter REST API right now :( Rate limit exceeded

Same with ENV installation. Does not work either.

Uninstalled the package. Not worth the trouble.

guslanzetta1 commented 1 year ago

Same here

Shinoa-Fores commented 1 year ago

lol @ running install as root user.

johnpiers commented 1 year ago

Go have a look here and follow the installation instructions carefully. It certainly does work and as someone above mentioned, you don't run the thing as root user. https://pypi.org/project/rainbowstream/

Also go here: https://docs.python-guide.org/dev/virtualenvs/ to understand how to install Pipenv & Virtual Environments. Don't give up so quickly. Good luck.