Skip to content

Generate tweets with Titter GPT, an easy to use streamlit app leveraging OpenAI's GPT-3 model and revGPT. Create custom tweet styles, tones, and content with this Twitter content generator.

License

RimaBuilds/tweetgpt-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titter GPT 🐦

Generate creative tweets and threads with ChatGPT, powered by OpenAI's GPT-3 model.

This project is adapted from emailGPT by Lucas McCabe and utilizes the reverse ChatGPT method from acheong08/ChatGPT using the revChatGPT package and streamlit app. The original emailGPT project is licensed under the MIT License.

Titter GPT Screenshot

Titter GPT Screenshot

Features

  • Generate tweet options based on a given topic, tone, and style.
  • Customize the tone and style for each tweet.
  • choose between single tweet or twitter thread.
  • Easy-to-use interface built with Streamlit.

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:

    git clone https://github.com/rimabuilds/tweetGPT-app.git
    cd tweetGPT-app
  2. Create and activate a virtual environment (optional, but recommended):

    python3 -m venv myenv
    source myenv/bin/activate  # On Windows, use `myenv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Create a .env file in the project directory and add your OpenAI API key:

    OPENAI_API_KEY=your_api_key_here
    
  5. Run the Streamlit app:

    streamlit run app.py
  6. Open your browser and visit http://localhost:8501 to use the app.

Contributing

Pull requests are welcome.

License

MIT

About

Generate tweets with Titter GPT, an easy to use streamlit app leveraging OpenAI's GPT-3 model and revGPT. Create custom tweet styles, tones, and content with this Twitter content generator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages