Skip to content

rudolfolah/tweet-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Writer

Given an article or some paragraphs, this program will write a list of tweets for you.

Requires an OpenAI API key: https://beta.openai.com/account/api-keys

Logo of Tweet Writer

Copyright (C) 2024 Rudolf Olah rudolf.olah.to@gmail.com

Licensed under the MIT license: LICENSE

Usage

Set up your .env file:

OPENAI_API_KEY="api goes here"
SERVER_PORT=3000
npm install
npm start

Development

The web pages use React with the Semi UI framework.

To update the web user interface, go to webui. To run the web user interface in a development web server, use npm run start

To update the server code, check out index.js

Screenshot of Tweet Writer