marimo-team /
marimo
A reactive notebook for Python — run reproducible experiments, query with SQL, execute as a script, deploy as an app, and version with git. Stored as pure Python. All in a modern, AI-native editor.
93/100 healthLoading repository data…
camptocamp / repository
A Python script to backup your GH organization
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple script to backup the most important informations (repositories, wikis, pull requests+comments, issues+comments, teams and members) of your GitHub organization in a readable and usable format.
.
├── members
│ ├── members-2014-04-29.tar.bz2
│ │ ├── member1.json
│ │ └── member2.json
│ └── members-2014-04-30.tar.bz2
│ ├── member1.json
│ ├── member2.json
│ └── member3.json
├── private-repos
│ └── ...
├── public-repos
│ └── repo1-id-2014-04-30.tar.bz2
│ ├── repo1
│ ├── repo1-collaborators.json
│ ├── repo1-issues-comments.json
│ ├── repo1-issues.json
│ ├── repo1.json
│ ├── repo1-pulls-comments.json
│ ├── repo1-pulls.json
│ └── repo1.wiki
└── teams
├── teams-2014-04-29.tar.bz2
│ ├── team1.json
│ └── team2.json
└── teams-2014-04-30.tar.bz2
├── team1.json
├── team2.json
└── team3.json
Directories public-repos/repo1-id-2014-04-30.tar.bz2/repo1 and public-repos/repo1-id-2014-04-30.tar.bz2/repo1.wiki are simply the source of Git repositories (see clone --mirror for more information)
Create a simple configuration file (e.g. github-backup.conf) with the following infos:
[github-backup]
token: XXX
organization: camptocamp
destdir: /your/backup/folder
retention: X # how many archives to keep, an integer
Where token is a GitHub personal access token with the "repo" and "read:org" scopes.
It is also possible to provide username and password instead of token.
And run the script like this:
$ ./github-backup.py -c github-backup.conf
Selected from shared topics, language and repository description—not editorial ratings.
marimo-team /
A reactive notebook for Python — run reproducible experiments, query with SQL, execute as a script, deploy as an app, and version with git. Stored as pure Python. All in a modern, AI-native editor.
93/100 healthhardikvasa /
Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
92/100 healtha1studmuffin /
A Blender script to procedurally generate 3D spaceships
81/100 healthinfinition /
Bjorn is a powerful network scanning and offensive security tool for the Raspberry Pi with a 2.13-inch e-Paper HAT. It discovers network targets, identifies open ports, exposed services, and potential vulnerabilities. Bjorn can perform brute force attacks, file stealing, host zombification, and supports custom attack scripts.
93/100 healthpythonnet /
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
91/100 healthCadQuery /
A python parametric CAD scripting framework based on OCCT
76/100 health