Giter Site home page Giter Site logo

getusermsg's Introduction

GetUserMsg

get repos user messages by api

功能介绍

根据项目的仓库地址(github URL 或者 SourceForge URL),获取项目的贡献者或开发者信息

  • github项目可获取贡献者的姓名,ID,邮箱,location,company,projects,follower,commits 信息
  • SourceForge项目可获取开发者的姓名,ID, 主页url 信息

目录结构

  1. GetUserMsg.py : 源代码
  2. GetUserMsg : 可执行程序

运行

  1. 选项
  • '-u' : 输入你的github 账号 (可选)
  • '-t' : 输入你的auth token 值 (访问github api,需要输入token进行认证)
  • '--g' : 输入github项目地址
  • '--sf' : 输入SourceForge项目地址
  • '-a' : 输入all, 默认是输出30个contributors,使用该选项可输出所有contributors (可选)
  • '-h' : 程序help信息
  1. 运行命令
  • Linux 下 download 可执行文件 GetUserMsg

  • 获取github项目贡献者信息:./GetUserMsg + -t tokenID + --g github项目地址
    比如:./GetUserMsg -t tokenID --g https://github.com/lz4/lz4

  • 获取SourceForge项目贡献者信息: ./GetUserMsg + --sf sourceforge项目地址
    比如:./GetUserMsg -sf https://sourceforge.net/projects/sevenzip

  1. 获取auth tokenID
    github页面——>settings——>developer settings——>Personal access tokens——>generate new token

getusermsg's People

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.