EvilZone
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
EvilZone
»
Programming and Scripting
»
Scripting Languages
(Moderator:
RedBullAddicted
) »
Python Script Manager with API
Print
Pages: [
1
]
Author
Topic: Python Script Manager with API (Read 419 times)
0 Members and 1 Guest are viewing this topic.
xtream1101
/dev/null
Posts: 10
Cookies: 3
Python Script Manager with API
«
on:
October 28, 2014, 04:01:54 pm »
Script Control:
https://github.com/xtream1101/ScriptControl
This was created in python 3 using flask to manage other python scripts over an api. The reason for this is that I run a lot of scripts on my server to automate various tasks and I wanted an easy way to manage all of them.
Web Control Interface:
https://github.com/xtream1101/control-interface
This is a modular style web interface where one of the default modules will control the python control script. With this interface, you will see that you can create any web app and add it to the interface.
**Both of these projects are still a work in progress so you may encounter some bugs. If you do please let me know and I will do my best to correct them.
-x
Report to moderator
Logged
Print
Pages: [
1
]
EvilZone
»
Programming and Scripting
»
Scripting Languages
(Moderator:
RedBullAddicted
) »
Python Script Manager with API