mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 18:43:01 +01:00
13 lines
450 B
ReStructuredText
13 lines
450 B
ReStructuredText
|
=========================
|
||
|
Toxic Scripting Interface
|
||
|
=========================
|
||
|
|
||
|
A Python scripting interface to `Toxic <https://github.com/JFreegman/toxic>`_.
|
||
|
|
||
|
|
||
|
Getting Started
|
||
|
===============
|
||
|
Toxic is compiled with Python support by default. To access the scripting interface, simply import "toxic_api" in your script.
|
||
|
|
||
|
Scripts can be run by issuing "/run <path>" from toxic, or placing them in the "autorun_path" from your toxic configuration file.
|