All Projects → kkamkou → gitmostwanted.com

kkamkou / gitmostwanted.com

Licence: MIT license
Advanced explorer of github.com

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
Mako
254 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to gitmostwanted.com

HitUP
Find top things in New Tab, including GitHub Trending Repositories.
Stars: ✭ 176 (+131.58%)
Mutual labels:  trending-repositories
GithubSquare
Explore the most starred projects , trending developers , popular repositories of any date and face off Github Profiles of your choice.
Stars: ✭ 37 (-51.32%)
Mutual labels:  trending-repositories
qxresearch-event-1
10+ Python Application 🦾 | 10- lines of code 👽
Stars: ✭ 194 (+155.26%)
Mutual labels:  trending-repositories
GitHubTrending
GitHub Trending publisher
Stars: ✭ 19 (-75%)
Mutual labels:  trending-repositories
Github Trending Repos
Track GitHub trending repositories in your favorite programming language by native GitHub notifications!
Stars: ✭ 2,202 (+2797.37%)
Mutual labels:  trending-repositories
Githunt
Hunt the most starred projects on any date on GitHub
Stars: ✭ 2,189 (+2780.26%)
Mutual labels:  trending-repositories
Android Cheat Sheet
Cheat Sheet for Android Interviews
Stars: ✭ 1,891 (+2388.16%)
Mutual labels:  trending-repositories
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+473.68%)
Mutual labels:  trending-repositories
oneroof
Learn about firebase crud operation authentication, animation
Stars: ✭ 15 (-80.26%)
Mutual labels:  trending-repositories
e-commerce-suit-in-flutter
A playground for your e-commerce app.
Stars: ✭ 105 (+38.16%)
Mutual labels:  trending-repositories
Hacktoberfest-2021
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 523 (+588.16%)
Mutual labels:  trending-repositories

CI Code Climate Coverage Status 0pdd

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].