A Github API-based Robot


Keywords
python, robot, robotics
License
GPL-2.0+
Install
pip install Gh-Robots==0.0.5

Documentation

Gh-Robot

A Github API-based Robot

Installation

  • Online Installation(Recommend) 👍

Pypi

pip install Gh-Robots

Aliyun

pip install -i https://mirrors.aliyun.com/pypi/simple/ Gh-Robots

More Mirror Station

  • Offline Installation 🤔

  1. Clone
git clone https://github.com/coolplaylin/Gh-Robot
cd Gh-Robot
  1. Install SetupTool
pip install setuptools
  1. Install
python setup.py install

Development Progress

Developed Modules:

  • GhRepo
  • GhRobot
  • GhToCsv
  • GhUser
  • ShortCode
  • CNetTool

🥰 Build

Manual

Clone Repo

git clone https://github.com/CoolPlayLin/Gh-Robot

cd Gh-Robot

Install Build

pip install build

Build

python -m build

One-Click

Linux Windows

Notes:

  • Your Windows/Linux had to have Python & Git installed
  • Your Python has to come with a pip package manager