Gitmostwanted.com
Advanced explorer of github.com
Install / Use
/learn @kkamkou/Gitmostwanted.comREADME
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
Backup tools
# gitmostwantedcom-gmw_db-1 - docker image tag for the db instance
# gitmostwantedcom_default - the network of the db docker instance
[sudo] docker run --rm --link gitmostwantedcom-gmw_db-1:db --network=gitmostwantedcom_default -p 8081:8080 adminer
Contribution
- Fork this repo.
- Modify the source code and create a new Pull Request.
- Please follow these code standards.
Related Skills
apple-reminders
353.3kManage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
gh-issues
353.3kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
353.3kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
