joshterrill / aigeneratedpoem

code repo for the https://twitter.com/aigeneratedpoem twitter account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Generated Poem (WIP)

This is a code repository for the @aigeneratedpoem Twitter account. Made by @joshterrill

How it works

The account watches for mentions with text about specific subjects, such as "moving to a new city", "sad", "heart warming", or "mothers day", etc. At the end of the day, it will find the most recommended subjects, and write an AI-generated poem (limerick, rhyming, ode, etc.) to be posted to Twitter the following day.

Install

git clone https://github.com/joshterrill/aigeneratedpoem
cd aigeneratedpoem/
npm i
npm start

Todo

  • Filter out certain keywords/phrases that might lead to flagged tweets
  • Add a popularity score for topic suggestions based on likes, retweets, etc.
  • Add MidJourney to create a photo that gets attached to each poem

License

MIT

About

code repo for the https://twitter.com/aigeneratedpoem twitter account

License:MIT License


Languages

Language:JavaScript 100.0%