dferrante / pywx

python weather bot
10 stars 3 forks source link

twitchtv.py doesn't work #21

Open dziban303 opened 5 years ago

dziban303 commented 5 years ago

root@DZIBOX:/mnt/e/wxbot/newpywx/pywx$ python pywx.py local_config.py
Traceback (most recent call last):
  File "pywx.py", line 9, in <module>
    from modules import *
  File "/mnt/e/wxbot/newpywx/pywx/modules/twitchtv.py", line 6, in <module>
    from twitch import TwitchClient
ImportError: cannot import name TwitchClient```

Not sure what TwitchClient is. It's not a python package according to pip. Also, config file apparently should have the api client and secret but it hasn't been updated. See #22 which also fixed broken imgur strings.
dziban303 commented 5 years ago

Something fucky with my python install. Works on another computer. Still, not sure what it's supposed to do.