Skip to content

damanpreetsb/CodeNinja

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeNinja Deploy

CodeNinja is a slack-bot created during HackTREC 2016, as a step towards increasing an individual's productivity.

Screenshots

Usage

Generate the slack api token for your bot

You can generate an api token on slack web api page.

Then you need to configure the SLACK_TOKEN in a python module config.py

config.py:
SLACK_TOKEN = '<your-api-token>' 

Run print_bot_id.py to generate your bot id

config.py:
BOT_ID = '<your-id-here>'

NOTE: Change your bot name in print_bot_id.py and codeNinja.py

License

Copyright (C) 2016 Gurpreet Singh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. 

About

Slack bot to fetch you coding answers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%