Skip to content

Commit

Permalink
Update egg-python-chatbot.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-101 committed Nov 7, 2023
1 parent cd400d3 commit 53bba30
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions egg-python-chatbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,21 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-06-06T20:07:06-07:00",
"exported_at": "2023-11-06T17:15:55-08:00",
"name": "Python Chatbot",
"author": "[email protected]",
"description": null,
"features": null,
"docker_images": {
"Python 3.11": "ghcr.io\/parkervcp\/yolks:python_3.11",
"Python 3.10": "ghcr.io\/parkervcp\/yolks:python_3.10",
"Python 3.9": "ghcr.io\/parkervcp\/yolks:python_3.9",
"Python 3.8": "ghcr.io\/parkervcp\/yolks:python_3.8",
"Python 3.7": "ghcr.io\/parkervcp\/yolks:python_3.7",
"Python 2.7": "ghcr.io\/parkervcp\/yolks:python_2.7"
"ghcr.io\/loki-101\/yolks:pypy_3.10": "ghcr.io\/loki-101\/yolks:pypy_3.10"
},
"file_denylist": [],
"startup": "if [[ ! -z \"{{PY_PACKAGES}}\" ]]; then pip install -U --prefix .local {{PY_PACKAGES}}; fi; if [[ -f \/home\/container\/${REQUIREMENTS_FILE} ]]; then pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; \/usr\/local\/bin\/python \/home\/container\/{{PY_FILE}}",
"startup": "if [[ -d .git ]] && [[ \"0\" == \"1\" ]]; then git pull; fi; if [[ ! -z \"\" ]]; then \/opt\/pypy\/bin\/pip install -U --prefix .local ; fi; if [[ -f \/home\/container\/${REQUIREMENTS_FILE} ]]; then \/opt\/pypy\/bin\/pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; \/opt\/pypy\/bin\/pypy \/home\/container\/app.py",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Bot Name\"\r\n}",
"logs": "{}",
"stop": "^^C"
"stop": "^C"
},
"scripts": {
"installation": {
Expand All @@ -35,7 +30,7 @@
"variables": [
{
"name": "App py file",
"description": "The file that starts the App.",
"description": "The file that starts the app.",
"env_variable": "PY_FILE",
"default_value": "app.py",
"user_viewable": true,
Expand Down

0 comments on commit 53bba30

Please sign in to comment.