Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reagentx/replit-python-client
A Python 3.7 client that allows a user to enumerate and download all of their Repls on repl.it
https://github.com/reagentx/replit-python-client
repl replit synchronization
Last synced: 29 days ago
JSON representation
A Python 3.7 client that allows a user to enumerate and download all of their Repls on repl.it
- Host: GitHub
- URL: https://github.com/reagentx/replit-python-client
- Owner: ReagentX
- License: gpl-3.0
- Created: 2019-02-04T06:39:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T20:57:18.000Z (over 1 year ago)
- Last Synced: 2023-07-29T21:38:14.399Z (over 1 year ago)
- Topics: repl, replit, synchronization
- Language: Python
- Size: 202 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unofficial repl.it API
I wanted to download all of my REPLs regularly and sync them to my GitHub; since there was no way to do that I made this package. This project uses the GraphQL data that powers repl.it to enumberate a list of repls and download them.
## Usage
from replapi import replit
repl = replit.ReplIt('username')
repl.download_all()