Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 841 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 841 Bytes

GHOffline Build Status Codacy Badge

Check offline site in a repository of Github

Requires

Written for Python3

Install

PIP installation:

$ sudo pip install ghoffline

Manual installation:

$ sudo python setup.py install

How to use

Login with password

$ ghoffline you_user you_password user/repo

Login with token (Note: user='token')

$ ghoffline token you_token user/repo

Output in text (<user_repo>.txt)

Very simple :)


By Tiago Danin