mattmakai / slack-starterbot

Python-powered simple starter Slack bot.
https://www.fullstackpython.com/blog/build-first-slack-bot-python.html
MIT License
197 stars 146 forks source link

App does not work on Windows #12

Open asseln opened 6 years ago

asseln commented 6 years ago

I followed all the guidelines and run starterbot.py on windows command prompt. It seems connected as on my Slack channel starter_bot app was online. However the bot does not work, on terminal it did not print the message "Starter Bot connected and running!", which is supposed to be printed if statement "slack_client.rtm_connect(with_team_state=False)" true. Any suggestions? Thank you