https://github.com/devcheckog/autosyncfork
Simple script in Python that synchronizes actual fork repositories.
https://github.com/devcheckog/autosyncfork
github python
Last synced: 6 months ago
JSON representation
Simple script in Python that synchronizes actual fork repositories.
- Host: GitHub
- URL: https://github.com/devcheckog/autosyncfork
- Owner: DevCheckOG
- License: gpl-3.0
- Created: 2025-08-14T19:40:11.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-08-14T19:54:43.000Z (6 months ago)
- Last Synced: 2025-08-14T21:29:09.215Z (6 months ago)
- Topics: github, python
- Language: Python
- Homepage: https://github.com/DevCheckOG
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoSync Fork
Simple script in Python that synchronizes actual fork repositories.
### Usage
1. First, you need to create an Classical Token (PAT) in the gateway of your Github user.
2. Ensure it has valid permissions to interact with all your repositories.
3. Install the dependencies.
4. Put your token at `.env` file with the name 'GITHUB_TOKEN' in hexadecimal encoded string.
5. Execute.
6. Enjoy!
### Dependencies
- python-dotenv==1.1.1
- requests==2.32.4
### Python compatibility
- 3.10 - X.X.X or X.XX
#### Command
```console
python fork-sync.py
```