{"id":13585371,"url":"https://github.com/github-tooling/forkwork","last_synced_at":"2025-04-07T09:34:40.105Z","repository":{"id":50207352,"uuid":"95214831","full_name":"github-tooling/forkwork","owner":"github-tooling","description":"🔍🍴 Search living repository by fork","archived":false,"fork":false,"pushed_at":"2024-07-25T12:07:58.000Z","size":40,"stargazers_count":42,"open_issues_count":5,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-02T22:45:55.673Z","etag":null,"topics":["forked-repo","forks","forks-insight","github","search"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github-tooling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-23T11:40:02.000Z","updated_at":"2023-04-30T08:47:39.000Z","dependencies_parsed_at":"2022-09-26T20:53:19.739Z","dependency_job_id":null,"html_url":"https://github.com/github-tooling/forkwork","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github-tooling%2Fforkwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github-tooling%2Fforkwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github-tooling%2Fforkwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github-tooling%2Fforkwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github-tooling","download_url":"https://codeload.github.com/github-tooling/forkwork/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223277839,"owners_count":17118654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["forked-repo","forks","forks-insight","github","search"],"created_at":"2024-08-01T15:04:54.315Z","updated_at":"2024-11-06T03:31:00.493Z","avatar_url":"https://github.com/github-tooling.png","language":"Python","readme":"# Forkwork\n[![image](https://img.shields.io/pypi/v/forkwork.svg)](https://pypi.org/project/forkwork/)\n[![image](https://img.shields.io/pypi/l/forkwork.svg)](https://pypi.org/project/forkwork/)\n[![image](https://img.shields.io/pypi/pyversions/forkwork.svg)](https://pypi.org/project/forkwork/)\n\nThis might help to find maintained alternatives of an abandoned repo.\n\nInspired by [forked](https://github.com/ys/forked)   \n\n\n## Requirements\n* Python 3.5 and up\n\n## Installation\nfrom PyPI\n```\n$ pip install forkwork\n```\n\nfrom git repository\n```\n$ pip install git+https://github.com/github-tooling/forkwork\n```\n\nfrom source\n```\n$ git clone https://github.com/github-tooling/forkwork\n$ cd forkwork\n$ python setup.py install\n```\n\n## Usage\n\nTo prevent rale limit being exceeded for unauthentIcated requests, forkwork needs an access token.\nFor public repositories, [create a token](https://github.com/settings/tokens/new?scopes=public_repo\u0026description=forkwork) \nwith the public_repo permission.\n\nYou can use token as environment variable ``FORKWORK_TOKEN`` at ``~/.bashrc`` or ``~/.zshrc`` \n\nexport FORKWORK_TOKEN=\"****************************************\"\n\nor pass token as option --token\n\n```\n$ forkwork --help\nUsage: forkwork [OPTIONS] URL COMMAND [ARGS]...\n\nOptions:\n  --token TEXT\n  --help        Show this message and exit.\n\nCommands:\n  fnm\n  top\n```\ntop command option\n```\n$  forkwork https://github.com/mattdiamond/Recorderjs top --help\n\nUsage: forkwork top [OPTIONS]\n\nOptions:\n  --rows INTEGER        Numbers of rows\n  -S, --star            Sort by stargazers count\n  -F, --forks           Sort by forks count\n  -I, --open_issues     Sort by open issues count\n  -D, --updated_at      Sort by updated at\n  -P, --pushed_at       Sort by pushed at\n  -W, --watchers_count  Sort by watchers count (Slow because requires an\n                        additional request per fork)\n  -C, --commits         Sort by number of commits (Slow because requires an\n                        additional requests per fork)\n  -B, --branches        Sort by number of branches (Slow because requires an\n                        additional request per fork)\n  --help                Show this message and exit.\n```\n\n### Example usage\nfind top repo\n```\n$ forkwork https://github.com/mattdiamond/Recorderjs top -S --rows=5\n+-----------------------------------------------+---------+---------+---------------+---------------+--------------+\n| URL                                           |   Stars |   Forks |   Open Issues | Last update   | Pushed At    |\n+===============================================+=========+=========+===============+===============+==============+\n| https://github.com/chris-rudmin/opus-recorder |     599 |     110 |             6 | 5 days ago    | 3 months ago |\n+-----------------------------------------------+---------+---------+---------------+---------------+--------------+\n| https://github.com/remusnegrota/Recorderjs    |      45 |      15 |             0 | 3 months ago  | 5 years ago  |\n+-----------------------------------------------+---------+---------+---------------+---------------+--------------+\n| https://github.com/rokgregoric/html5record    |      41 |       7 |             0 | 9 months ago  | 7 years ago  |\n+-----------------------------------------------+---------+---------+---------------+---------------+--------------+\n| https://github.com/mayppong/Recorderjs        |      11 |       2 |             0 | 1 year ago    | 5 years ago  |\n+-----------------------------------------------+---------+---------+---------------+---------------+--------------+\n| https://github.com/jergason/Recorderjs        |      11 |      12 |             3 | 3 months ago  | 2 years ago  |\n+-----------------------------------------------+---------+---------+---------------+---------------+--------------+\n```\n\nfind commit that don't merged and not pushed to a pull request\n```\n$ forkwork https://github.com/dimka665/vk fnm\n\n Detrous https://github.com/Detrous/vk\n1 add: proxy https://github.com/Detrous/vk/commit/87718dab306484716470fb5b1e13d7b676b1bd7b\n\n andriyor https://github.com/andriyor/vk\n1 add support proxies\ndefault  API version https://github.com/andriyor/vk/commit/8523ed081ea8370d7a9b6664bd8d0882ec512480\n```\n\n```\n$ forkwork https://github.com/MongoEngine/eve-mongoengine fnm\n\n Aldream https://github.com/Aldream/eve-mongoengine\n1 \u003cattempt\u003e Update requirements https://github.com/Aldream/eve-mongoengine/commit/3f2617b2cf978adab9296d6be9d293243d05c76e\n\n wdtbrno https://github.com/wdtbrno/eve-mongoengine\n1 Remove autocreating where based on headers If-Modified-Since\n\nPython-eve since 0.5 disabled If-Modified-Since on resource endpoints\nSame functionality is available with\na ?where={\"_udpated\": {\"$gt\": \"\u003cRFC1123 date\u003e\"}} request. https://github.com/wdtbrno/eve-mongoengine/commit/9cb2ac3abbc210f37daff98bf5c6a3e638aeeb84\n```\n\n\n## Development setup\nUsing [Poetry](https://poetry.eustace.io/docs/)   \n```\n$ poetry install\n```\nor [Pipenv](https://docs.pipenv.org/)   \n```\n$ pipenv install --dev -e .\n```\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub-tooling%2Fforkwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub-tooling%2Fforkwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub-tooling%2Fforkwork/lists"}