From b19069e7d06c6341fedca4326d71e4b835cedfec Mon Sep 17 00:00:00 2001 From: Askill Date: Sat, 6 Apr 2024 17:01:06 +0200 Subject: [PATCH] ammened readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c04e46..f8dd64e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mirror your starred Github repos to a Gitea organization +# Mirror your starred and public Github repos to a private Git(tea) organization ### Inspiration for this script: @@ -7,6 +7,9 @@ ## Usage +Create one or two organiations in gittea, e.g. starred and personal or just one mirror organisation. +Create an application token to use as Access_token + The script runs forever, every 12 hours it executes API calls to retrieve either your starred or public repositories and mirrors them to your local gitea( or forks from this project) server. Feel free to change it to a one time only script and calling it in a cronjob.