Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 733 Bytes

File metadata and controls

18 lines (12 loc) · 733 Bytes

MentorMe

Contribution Guidelines

See here

Project Goal

We want to have a way for hackers to reach out to mentors during the hackathon. This would involve, at the very least, having a Slack integration that allows hackers to request help (what they need help on, where they are located, etc.) and a way for mentors to accept an incoming help request. Sort of like Uber for mentorship.

Set-up

Install SlackClient

Create a file called config.py in the root directory. Put the following in it:

SLACK_TOKEN = "insert slack_token here"

Then run python mentorbot.py.