Leviathan1995 / MyContribution

Crawl all merged pull requests and show on README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyContribution

Fork this repo, It will crawl your all merged pull requests and show on README.md.

Basic

Dependencies

  • Python 3.5+
  • request (only in sync mode)
pip3 install request
  • aiohttp (only in async mode)
pip3 install aiohttp

How to use

Fork this repository and

# 密码模式
python3 contribution.py

# token模式
python3 contribution.py -t <github token>

Default mode is ASYNC, if error happened, you can try slower --sync mode.

Use --help to see full options and usage.

Contributions(92 merged)

About

Crawl all merged pull requests and show on README.md

License:MIT License


Languages

Language:Python 100.0%