kurozael / twitter-contest-bot

Will poll for Retweet Contests and retweet them. Inspired by http://www.hscott.net/twitter-contest-winning-as-a-service/
236 stars 107 forks source link

No module TwitterAPI #23

Closed ghost closed 6 years ago

ghost commented 6 years ago

While trying to run the script it's giving me a error File "/home/pi/Desktop/main.py", line 10, in data = json.load(data_file) File "/usr/lib/python2.7/json/init.py", line 291, in load **kw) File "/usr/lib/python2.7/json/init.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode obj, end = self.scan_once(s, idx) ValueError: Expecting , delimiter: line 3 column 54 (char 163)

I am pretty sure that I installed the twitter API but maybe I just screwed up with that.

charliehoward commented 6 years ago

I've got the same issue.

fheilz commented 6 years ago

Solved