First commit

This commit is contained in:
Pablo Ferreiro
2022-03-06 19:19:54 +01:00
commit 846554395d
14 changed files with 256 additions and 0 deletions

22
app.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "SignTok",
"description": "Sign TikTok requests",
"keywords": [
"tiktok",
"api",
"python"
],
"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"
}
]
}