Durafen / twitch-clip-bot

Twitch Bot capable of clipping with clip command in Python.
MIT License
7 stars 2 forks source link

Url in config does not work #4

Closed Blake-McCullough closed 2 years ago

Blake-McCullough commented 2 years ago

So trying to setup and the url in the config (curl -X POST -k -i 'https://id.twitch.tv/oauth2/token?client_id=CLIENT_ID&client_secret=CLIENT_SECRET&code=CODE&grant_type=authorization_code&redirect_uri=http://localhost' ) when changed out to the correct details doesn't work, any idea why? Thanks

Blake-McCullough commented 2 years ago

Wait i just spelt it wrong