I've recently created a search and recommendation engine for RPGs on Itch.io. You can see the engine here: https://liverealproductions.com/gamesearch/I did the because Itch's search engine is...less than ideal and discovering new games is difficult. So, I pulled all the data I could, indexed the games for search, and built a scoring model to compare games. This gives me a natural language search, which means you can search for "Tarot games for two players" or "Lumen games with pirates" and get …
Automated Promotion with a Twitter Bot
Based on a tweet by @TheOtherTracy, I've been working on a Twitter bot to handle promotional tweets. Here is the full write-up.By standing on the shoulders of giants, so to speak, I modified that script to handle replies, line break, and images. Here's what I ended up with. The lines beginning with # generally contain instructions. …
Continue Reading about Automated Promotion with a Twitter Bot