Giter Site home page Giter Site logo

wooodhead / gitmostwanted.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kkamkou/gitmostwanted.com

0.0 1.0 0.0 536 KB

Advanced explorer of github.com

Home Page: http://gitmostwanted.com

License: MIT License

Python 72.55% Mako 0.40% HTML 24.06% Shell 0.51% CSS 0.88% JavaScript 1.33% Dockerfile 0.27%

gitmostwanted.com's Introduction

CI Code Climate Coverage Status

gitmostwanted

Advanced explore of github.com. Our goal is to highlight the most interesting repositories and exclude others. You can find some concepts in the Wiki.

If you would like to help the project, please consider these topics:

  • GMW uses Google BigQuery and the service is pretty expensive.
  • GMW is located on a private machine.

Run (Python3)

# export PYTHONPATH="`pwd`:${PYTHONPATH}"
# export GMW_APP_ENV=production
cp instance.cfg.distr /path/to/instance.cfg
export GMW_APP_SETTINGS=/path/to/instance.cfg
python gitmostwanted/web.py

Tests

export GMW_APP_ENV=testing
pip install pytest pytest-pep8 responses
py.test --pep8 gitmostwanted tests/unit
# py.test --pep8 --cov . --cov-report annotate gitmostwanted tests/unit

Docker

Run it two times as the first time it'll fail (see: #224). Default port is 5000.

cp instance.cfg.distr instance.cfg
# modify instance.cfg if needed

Non-persistent

[sudo] docker-compose up --detach

Persistent variant

# modify paths and envs in docker-compose-persistent.yml
[sudo] docker-compose \
    -f docker-compose.yml -f docker-compose-persistent.yml up --detach

Contribution

  • Fork this repo.
  • Modify the source code and create a new Pull Request.
  • Please follow these code standards.

gitmostwanted.com's People

Contributors

kkamkou avatar

Watchers

 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.