Twitter API bot for generating image out of tweets using tweepy and Craiyon.io

Coding
Find the code: here. After seeing a variety of automated accounts on Twitter recently, I decided to apply for access to the Twitter API for developers. I decided to code it in Python as Twitter has an excellent library called Tweepy which can perform many Twitter-based tasks such as retrieving Tweets or data about specific users. Now the problem of deciding what would be useful or fun to code. Having seen a lot of tweets about the Dall-E or 'Craiyon AI', a picture-generating AI, I decided to make a bot that would return the images generated by the text of the tweet that the account had been tagged in, Here I will post the process of making a bot along with certain problems I had to overcome in the hope…
Read More