An open API service indexing awesome lists of open source software.

https://github.com/tiagodanin/ghoffline

Check offline site in a repository of Github
https://github.com/tiagodanin/ghoffline

github github-tools pygithub python utilities validation-plugin

Last synced: 3 months ago
JSON representation

Check offline site in a repository of Github

Awesome Lists containing this project

README

        

# GHOffline [![Build Status](https://travis-ci.org/TiagoDanin/GHOffline.svg?branch=master)](https://travis-ci.org/TiagoDanin/GHOffline) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b0f22adb5d004cdabadc19b4f57e34bc)](https://www.codacy.com/app/tiagodanin/GHOffline?utm_source=github.com&utm_medium=referral&utm_content=TiagoDanin/GHOffline&utm_campaign=badger)
Check offline site in a repository of Github

## Requires
Written for Python3

## Install
PIP installation:
```bash
$ sudo pip install ghoffline
```

Manual installation:
```bash
$ sudo python setup.py install
```

## How to use
Login with password
```bash
$ ghoffline you_user you_password user/repo
```

Login with token (Note: user='token')
```bash
$ ghoffline token you_token user/repo
```

Output in text (.txt)

Very simple :)

---
> By Tiago Danin