simplified game testing
Edit: to run the game you have to create a .env file at the same lavel of the main.py with the following content BROKER_URL="amqp://guest:guest@162.248.9.21:5672/%2F" Right now using the game is simpler because there is a feed server that accept connection from everyone, it sometimes crashes if this happens please let me know and I'll restore everything.(log in to comment)
Comments
Same result here on Linux.
sorry guys I was sure I've committed the .env file
just put this string in the .env file at the same level of the main.py
BROKER_URL="amqp://guest:guest@162.248.9.21:5672/%2F"
 focaskater
      focaskater assertivist
    assertivist focaskater
    focaskater
I get an error trying to run the tweet feed.
Pauls-Mac-mini:tweet_feed paul$ python3 main.py /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/dotenv.py:16: UserWarning: can't read /Users/paul/Desktop/pyweek20/kill-the-tweets/pywek20_tweet_feed/tweet_feed/.env - it doesn't exist. warnings.warn("can't read %s - it doesn't exist." % dotenv_path) Only unicode objects are escapable. Got None of type . Exception in thread Thread-1: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/threading.py", line 920, in _bootstrap_inner self.run() File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/threading.py", line 868, in run self._target(*self._args, **self._kwargs) File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/tweepy/streaming.py", line 286, in _run raise RuntimeError: No active exception to reraiseThe game itself runs but not the tweet feed.