Skip to content
Jorge Ortiz
All work

Sole engineer

GPT Discord Bot

A conversational bot that also emits structured CSV, published to a public bot directory.

Stack

  • Python
  • discord.py
  • OpenAI

Details

Context

Chat assistants inside Discord were novel at the time, and most of them did one thing: answer in prose. Useful, but it stops exactly where the work starts — someone still has to turn the answer into something structured.

Approach

Alongside conversational responses, the bot can return generated data as CSV, so output lands somewhere a spreadsheet can open rather than in a chat scrollback that has to be copied by hand.

Publishing to top.gg meant treating it as a product rather than a script: install flow, permissions scoped to what it actually needs, and behaviour that survives contact with a server full of people who did not read any instructions.

Impact

Publicly listed and installable to any Discord server.