An Ambitious Abandoned Project
Back in September, 2022, I was constantly downloading videos from Twitter using some random website. I noticed that it would be much better if only there was a "Download" button directly in each tweet, so I didn't have through the whole process of copying, pasting, and downloading the Tweet links in a third party website. I looked if there was any extensions that did what I was looking for, and I kind of found a couple, but they looked shady, and they haven't been updated in a long time. And so my journey began I learned to create a chrome extension in which I could execute some code. That step was not really hard, in fact, it reminded me of when I first created Cereza (my first Discord bot), and how I had to take the time to read documentation and follow tutorials. Overall, it was a great learning experience. After creating the extension, I started investigating about the Twitter API. The Twitter API has a variety of versions, but you can divide them in V1.1, and V2 ...