Skip to content

This module provides you with a simple interface to manage your webapp hosted on PythonAnywhere.

Notifications You must be signed in to change notification settings

r3ap3rpy/anywherepython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

This repository provides you with a simple interface to interact with the PythonAnywhere API.

All you need to do is:

  • Get an API token from here
  • Then use the module :)
  • Feel free to extend or modify it as you would like to!

Example

from anywherepython import *
API = AnywherePython(username='youuser', apikey = 'yourapikey')
API.get_consoles()
from anywherepython import *
API = AnywherePython(username='youuser', apikey = 'yourapikey')
API.get_consoles()
API.get_console_output(<idofconsole>)
API.send_console_input(<idofconsole>, <tobesent>)
from anywherepython import *
API = AnywherePython(username='youuser', apikey = 'yourapikey')
API.get_webapps()
API.reload_webapps()

About

This module provides you with a simple interface to manage your webapp hosted on PythonAnywhere.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages