Code Monkey home page Code Monkey logo

codeday's Introduction

Assistant Bot

A bot to help you do things differently

Build Status Code Climate

Installation:

  1. Download Python 3.5 (Anaconda includes basic utility packages so one doesn't have to worry about installing them individually) from https://www.continuum.io/downloads
  2. Download Git's latest version for your OS from https://git-scm.com/downloads
  3. Run git-bash (Git Shell) and navigate to your source directory (e.g. cd ~/Desktop/assistant-bot)
  4. Time to configure Git, by running git config --global user.name "Your Name" and then git config --global user.email [email protected] (make sure your email and name is same as used on GitHub while creating your account)
  5. For great speed at development, install the powerful Atom by GitHub from https://atom.io
  6. Time to configure atom to work with Git by running git config --global core.editor "atom --wait"
  7. Run git clone https://github.com/spaamteam/codeday.git assistant-bot to create a folder on your computer with initial source code.
  8. Navigate to this newly created directory assistant-bot cd assistant-bot
  9. Add remote to connect/modify to our team's GitHub repo git remote add origin master https://github.com/spaamteam/codeday.git
  10. Run test script to check if you installed properly python3 test_install.py , which should run test cases.
  11. Test python by running python3 your_script.py from Terminal/Command-Prompt.
  12. To edit your python script, atom your_script.py and atom props up, ready for you to make changes and save.

Setup:

  1. Install Anaconda
  2. Install PyCharm
  3. Run pip install -r requirements.txt

Inspiration

What it does

How we built it

Challenges we ran into

Accomplishments that we're proud of

Testing

nosetests -v --with-coverage --cover-package=assistant-bot --cover-inclusive --cover-erase tests

Team Members (alphabetical)

Aditya Purandare, Alok Satpathy, Atif Tahir & Saddam Hussain

References

License

Copyright 2016 SPAAM Team

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.

codeday's People

Contributors

audip avatar mars137 avatar saddamgithub avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.