We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e811ab commit e4be4ebCopy full SHA for e4be4eb
slackoverflow.py
@@ -6,7 +6,7 @@
6
from webScraper import StackoverflowWebScraper
7
8
# instantiate Slack client
9
-slack_client = SlackClient("xoxb-320320014259-SzaOtWuXgvp5ZZa2eNIUhyag")
+slack_client = SlackClient(os.environ["SLACK_API_TOKEN"])
10
# starterbot's user ID in Slack: value is assigned after the bot starts up
11
bot_id = None
12
0 commit comments