rainbowstream icon indicating copy to clipboard operation
rainbowstream copied to clipboard

Anyone else having issue with tweets commands?

Open ayoayco opened this issue 6 years ago • 4 comments

fav and rep commands do not work for me in the build of the master branch. I have not tested anything else so far. No error in the rainbowstream or any prompt message when doing, for example, fav <tweet index> where <tweet index> is number.

Works fine with the release version.

ayoayco avatar Apr 01 '18 04:04 ayoayco

Here's the log when I installed from cloned repository:

Obtaining file:///home/kahel/Projects/rainbowstream
Collecting python-dateutil (from rainbowstream==1.3.8)
  Using cached python_dateutil-2.7.2-py2.py3-none-any.whl
  Collecting arrow (from rainbowstream==1.3.8)
  Collecting requests==2.5.3 (from rainbowstream==1.3.8)
    Using cached requests-2.5.3-py2.py3-none-any.whl
    Collecting pyfiglet (from rainbowstream==1.3.8)
    Collecting twitter (from rainbowstream==1.3.8)
      Using cached twitter-1.18.0-py2.py3-none-any.whl
      Collecting Pillow (from rainbowstream==1.3.8)
        Using cached Pillow-5.0.0-cp27-cp27mu-manylinux1_x86_64.whl
        Collecting PySocks (from rainbowstream==1.3.8)
        Collecting pocket (from rainbowstream==1.3.8)
        Collecting six>=1.5 (from python-dateutil->rainbowstream==1.3.8)
          Using cached six-1.11.0-py2.py3-none-any.whl
          Collecting backports.functools-lru-cache>=1.2.1;
          python_version == "2.7" (from arrow->rainbowstream==1.3.8)
            Using cached
            backports.functools_lru_cache-1.5-py2.py3-none-any.whl
            arrow 0.12.1 requires backports.functools-lru-cache>=1.2.1;
            python_version == "2.7", which is not installed.
            Installing collected packages: six, python-dateutil,
            backports.functools-lru-cache, arrow, requests, pyfiglet,
            twitter, Pillow, PySocks, pocket, rainbowstream
              Running setup.py develop for rainbowstream
              Successfully installed Pillow-5.0.0 PySocks-1.6.8
              arrow-0.12.1 backports.functools-lru-cache-1.5
              pocket-0.3.6 pyfiglet-0.7.5 python-dateutil-2.7.2
              rainbowstream requests-2.5.3 six-1.11.0 twitter-1.18.0

Thanks!

ayoayco avatar Apr 01 '18 04:04 ayoayco

I am also having problems with sending tweets using 1.3.8 I write "t oops", and it does not send the tweet.

ghost avatar Apr 15 '18 16:04 ghost

the problem might be that the twitter API permissions may not be correct - i found out that my twitter app API permissions were 'read only'

so log into the twitter app management and change the access permissions, and then renegotiate your access token.

ghost avatar Apr 22 '18 01:04 ghost

I'll test this once I get my free time later. Then, I'll let you know if it works. Thanks for the response!

ayoayco avatar May 02 '18 20:05 ayoayco