Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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()