Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Simple Python Script To Mirror Repository From Github To Gitea

License

NotificationsYou must be signed in to change notification settings

varunsridharan/github-gitea-mirror

Repository files navigation

Simple Python Script To Mirror Repository / Gist From Github To Gitea

Why ?

I am adata hoarder.

I am not migrating away from GitHub because I see no reason to: the platform is very useful to me, and I’d not like to lose it. What I’m trying to accomplish is a fail-safe in case something happens to GitHub which would make me lose access, be that voluntarily or involuntarily.

✅ Requirements

  1. Python3 --sudo apt-get install python3
  2. PyGithub --pip install PyGithub

⚙️Installation

Github Clone

Just run the below cmd in your Gitea server

git clone https://github.com/varunsridharan/github-gitea-mirror

Or you can download the source code and install it where ever you need

🚀 Usage

Github Access Token Scopes

  • if you want to mirror private repos then select everything underRepo scope
  • if you want to mirror public repos then selectrepo.public_repo scope
  • if you want to mirror secret Gists then selectgist scope

First make sure you have updated theconfig.json

OptionDescription
github.usernameYour Github Username
github.accesstokenYour Github Account's Personal Access Token
--
gitea.hostSelfhosted Gitea URL without/ at the end
gitea.accesstokenYour Personal Access Token
gitea.usernameAccount User Name
gitea.gist.prefixCustom Prefix For Repository When Mirroring Gists
gitea.gist.surfixCustom Prefix For Repository When Mirroring Gists
--
repomapRemap A Repository To Diff User
blacklistA list of glob-expression on github full repository names to skip
gistsSourceset to true to mirror all Gists Created By You
gistsStaredset to true to mirror all Gists Stared By You
repositoryStaredset to true to mirror all Repository Stared By You
repositorySourceset to true to mirror all Repository Created By You
repositoryForkedset to true to mirror all Repository Forked By You
--
local_cache.enabledSet totrue to store all repostiory slugs from gitea as json
local_cache.file_pathCustom Path to store json file

Local Cache can come handly when running this script via cronwhich reduces api request your selfhosted gitea instance

Run cmd & Wait

$ python3 mirror.py

Cron Setup

  1. Runcrontab -e
  2. mkdir $HOME/mirrorLogs -p
  3. /usr/bin/python3 $HOME/github-to-gitea-mirror/mirror.py > $HOME/mirrorLogs/date +%Y-%m-%d-%H-%M-%S.log 2>&1

📝 Changelog

All notable changes to this project will be documented in this file.

The format is based onKeep a Changelog,and this project adheres toSemantic Versioning.

Checkout CHANGELOG.md

🤝 Contributing

If you would like to help, please take a look at the list ofissues.

💰 Sponsor

I fell in love with open-source in 2013 and there has been no looking back since! You can read more about mehere.If you, or your company, use any of my projects or like what I’m doing, kindly consider backing me. I'm in this for the long run.

  • ☕ How about we get to know each other over coffee? Buy me a cup for just$9.99
  • ☕️☕️ How about buying me just 2 cups of coffee each month? You can do that for as little as$9.99
  • 🔰 We love bettering open-source projects. Support 1-hour of open-source maintenance for$24.99 one-time?
  • 🚀 Love open-source tools? Me too! How about supporting one hour of open-source development for just$49.99 one-time ?

📜 License & Conduct

📣 Feedback

  • ⭐ This repository if this project helped you! 😉
  • Create An🔧 Issue if you need help / found a bug

Connect & Say 👋


Built With ♥ ByVarun Sridharan 🇮🇳



[8]ページ先頭

©2009-2025 Movatter.jp