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
- Host: GitHub
- URL: https://github.com/tiagodanin/ghoffline
- Owner: TiagoDanin
- License: gpl-3.0
- Created: 2017-08-26T23:03:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T05:05:57.000Z (over 1 year ago)
- Last Synced: 2025-03-09T13:35:00.151Z (3 months ago)
- Topics: github, github-tools, pygithub, python, utilities, validation-plugin
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GHOffline [](https://travis-ci.org/TiagoDanin/GHOffline) [](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