shotstack-samples / build-me-a-video-twitter-bot

Create a Twitter bot that creates videos from tweets using the Shotstack API
https://twitter.com/BuildMeAVideo/
MIT License
22 stars 3 forks source link

replace apostrophe with escape apostrophe instead of escape double quote #8

Closed joshuasorkin closed 2 years ago

joshuasorkin commented 2 years ago

Escape apostrophes, per https://github.com/shotstack-samples/build-me-a-video-twitter-bot/issues/7. I ultimately decided to just go with the regular apostrophe instead of the curly one because sometimes it's also used as the start of a single quote and parsing that is way more complex.

Forpetesake2 commented 2 years ago

Merged and deployed