Moved to JS, using JSDOM and added Docker

This commit is contained in:
Pablo Ferreiro
2022-04-17 22:30:27 +02:00
parent 912e09882f
commit 6980abbef9
20 changed files with 1274 additions and 198 deletions

View File

@@ -4,19 +4,13 @@
"keywords": [
"tiktok",
"api",
"python"
"node"
],
"website": "https://github.com/pablouser1/SignTok",
"repository": "https://github.com/pablouser1/SignTok",
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
},
{
"url": "https://github.com/heroku/heroku-buildpack-chromedriver"
},
{
"url": "heroku/python"
"url": "heroku/nodejs"
}
]
}