GitXplorerGitXplorer
s

grepo

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
633b272cbb045df60b850330fb8a73bbc0cc8376

Support for github specify language names

kknsd committed 13 years ago
Unverified
fa541e5ab926bdca6a4110f57514ea962fd019a2

pep8

kknsd committed 13 years ago
Unverified
80353aae3d2c71bf324cbb1045cda34eb7d75e93

Added license

kknsd committed 13 years ago
Unverified
c6f3a90b862e20406ede8f00fedc2afdea475537

Help text updated

kknsd committed 13 years ago
Unverified
57eab346d94efc1307173d49b7aceac3d52334c8

minor change of help text

mmegaumi committed 13 years ago
Unverified
b6534fbe5a86b833e365ee15091804d999e0c0cb

Added welcome message and some typo fixes

kknsd committed 13 years ago

README

The README file for this repository.
 ___ ___ ___ ___ ___
| . |  _| -_| . | . |
|_  |_| |___|  _|___|
|___|       |_|

-- we find, you HACK!

grepo is a DjangoDash2011 project, helping people find Open Source projects in need.

Installation

  1. First install all grepo dependencies with pip:

     $ pip install -r REQUIREMENTS.txt
    
  2. Sync the database and migrate grepo applications using South:

     $ ./manage.py syncdb
    
     Syncing...
     Creating table auth_permission
     Creating table auth_group_permissions
     Creating table auth_group
     ...
    
     $ ./manage.py migrate
    
  3. You're almost done, now run celeryd and Django built-in server and fire database update:

    $ ./manage.py celeryd -B
    $ ./manage.py runserver
    $ ./manage.py celeryctl apply grepo_base.tasks.update_world
    

Usage

$ grepo --help
grepo -l LANGUAGE [-o] RESULTS [KEYWORDS]

grepo helps you find open-source projects to contribute to.

Simply specify the programming language and grepo will output
a list projects that need your help most.

options:

 -l --language  programming language you want to grepo for
 -o --only      maximum number of projects to look up (default: 20)
 -h --help      show help