All Projects → ljcooke → poemexe

ljcooke / poemexe

Licence: MIT license
Code for the poem.exe bot on Twitter and Mastodon.

Programming Languages

ruby
36898 projects - #4 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to poemexe

blackout
Procedurally generated blackout poetry
Stars: ✭ 56 (+229.41%)
Mutual labels:  poetry, poetry-generator
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (+23.53%)
Mutual labels:  twitter-bot, bots
awesome-twitter-bots
A Curated Collection of the Best Twitter Bots 🤖
Stars: ✭ 99 (+482.35%)
Mutual labels:  twitter-bot, bots
fish-poetry
🐟🐍 a fish plugin that automatically activates the poetry subshell
Stars: ✭ 25 (+47.06%)
Mutual labels:  poetry
MyBot
🧠 Create chatbots easily with Bot Framework! 🤖
Stars: ✭ 30 (+76.47%)
Mutual labels:  bots
discord-bot-creator
Create your Discord bot in less than 30 minutes.
Stars: ✭ 17 (+0%)
Mutual labels:  bots
discord.json
Discord.json | Make your own discord bot with json !
Stars: ✭ 27 (+58.82%)
Mutual labels:  bots
TeleTweet
🦉 A telegram Twitter bot that will allow you send tweets!
Stars: ✭ 34 (+100%)
Mutual labels:  twitter-bot
Scraps
Scrap.TF Raffle Joining Bot
Stars: ✭ 24 (+41.18%)
Mutual labels:  bots
programmer-fa
Programmer Farsi - A bot that brings tweets about programming to your feed.
Stars: ✭ 77 (+352.94%)
Mutual labels:  twitter-bot
twitter-like-bot
This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.
Stars: ✭ 30 (+76.47%)
Mutual labels:  twitter-bot
SimCityBuildItBot
A SimCity BuildIt Bot
Stars: ✭ 52 (+205.88%)
Mutual labels:  bots
twitter-bot-playground
Want to build your own twitter bot 🐣 check out the documentation.
Stars: ✭ 60 (+252.94%)
Mutual labels:  twitter-bot
discord-economy-super
Easy and customizable economy module for your Discord bot.
Stars: ✭ 28 (+64.71%)
Mutual labels:  bots
earthacrosstime
Twitter bot that posts videos showcasing how random locations in the world have changed since 1984.
Stars: ✭ 28 (+64.71%)
Mutual labels:  twitter-bot
weapp-poem
诗词墨客 - 最全中华古诗词小程序
Stars: ✭ 409 (+2305.88%)
Mutual labels:  poetry
StockerBot
Twitter Bot to follow financial trends in publicly traded companies
Stars: ✭ 77 (+352.94%)
Mutual labels:  bots
bots
Programming bots to play video games
Stars: ✭ 106 (+523.53%)
Mutual labels:  bots
cookiecutter-modern-pypackage
Cookiecutter template for a modern Python package.
Stars: ✭ 97 (+470.59%)
Mutual labels:  poetry
LGBTQ-of-the-day-bot
Twitter bot tweeting fun goofy lgbtq things and queer history of the day
Stars: ✭ 65 (+282.35%)
Mutual labels:  twitter-bot

poem.exe

poem.exe is a project that generates tiny haiku-like poems and posts them on social media.

More info:

Code

The corpus directory contains text files with poems and word lists, and Python scripts which compile these files into a model.json file.

The lib directory contains a Ruby library which reads this model.json file and generates poems using a Queneau assembly process. A poem is constructed by selecting the first line of a random poem, the second line of another, and the third line of yet another.

This forms a 1–2–3 structure. Sometimes a different structure is used: for example, a 1–2–2–3 structure, in which two middle lines are taken from two different poems.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].