Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laughk/footprint
footpritnt(足跡) is summary generator for Github/Gitlab.com activity.
https://github.com/laughk/footprint
github gitlab python3
Last synced: 6 days ago
JSON representation
footpritnt(足跡) is summary generator for Github/Gitlab.com activity.
- Host: GitHub
- URL: https://github.com/laughk/footprint
- Owner: laughk
- License: mit
- Created: 2017-07-21T13:23:09.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T07:52:04.000Z (about 3 years ago)
- Last Synced: 2024-12-16T18:53:04.800Z (8 days ago)
- Topics: github, gitlab, python3
- Language: Python
- Homepage: https://pypi.org/project/footprint/
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
footprint
===============footpritnt(足跡) is summary generator for Github/Gitlab.com activity.
inspire of `furik `_ .
Install
----------from PyPI.
.. code:: console
$ pip install footprint
from github repository.
.. code:: console
$ pip install git+https://github.com/laughk/footprint.git
Usage
--------#. make ``~/.footprint.ini`` , ex,
.. code:: dosini
[github]
token = 'Your Github Personal access Token from https://github.com/settings/tokens'[gitlab.com]
token = 'Your Gitlab.com Private token from https://gitlab.com/profile/account'#. execute ``footprint`` command.
.. code:: console
$ foot --help
usage: footprint [-h] [-f FROM_STR] [-t TO_STR] [-P] [--gl]optional arguments:
-h, --help show this help message and exit
-f FROM_STR, --from FROM_STR
set start of date formated "YYYY-MM-DD". (default:
current day)
-t TO_STR, --to TO_STR
set end of start date formated "YYYY-MM-DD".
(default: current day)
-P, --private enable get data from private repository. (default:
disable)
--gl [Experimental] enable getting status from gitlab.com.