546200350 / TikTokUploder

Upload video to Tik Tok by sessionId
MIT License
170 stars 30 forks source link

Use subprocess instead of execjs #49

Closed stevesajeev1 closed 1 year ago

stevesajeev1 commented 1 year ago

Using execjs, we get an encoding error when trying to open webssdk.js. Instead of using execjs, use subprocess and read output. See issue #47.