Skip to content

OrdinaryEnder/sshsurf.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshsurf.py

A shitty wrapper over ssh.surf API written in Python3

Installing

You can use pip (i released the code to pypi lol)

pip install sshsurf.py

or from GitHub itself

pip install git+https://github.com/OrdinaryEnder/sshsurf.py

Example

from sshsurf import sshClient
import asyncio

client = sshClient("api key here")

async def main():
  await client.exec("/root", "echo 'Hello World'")
  

asyncio.run(main())

Docs coming soon

About

A shitty wrapper over ssh.surf API written in Python3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages