mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 20:42:27 +00:00
16 lines
363 B
Plaintext
16 lines
363 B
Plaintext
|
{
|
||
|
"name": "sentiment140",
|
||
|
"module": "sentiment140",
|
||
|
"description": "What my plugin broadly does",
|
||
|
"author": "@balkian",
|
||
|
"version": "0.1",
|
||
|
"extra_params": {
|
||
|
"language": {
|
||
|
"aliases": ["language", "l"],
|
||
|
"required": false,
|
||
|
"options": ["es", "en", "auto"]
|
||
|
}
|
||
|
},
|
||
|
"requirements": {}
|
||
|
}
|