Skip to content

Instagram Roasting is a terminal-based application built with Go and the `tcell` library. It allows users to input text, which is then formatted and displayed in an output box.

License

Notifications You must be signed in to change notification settings

mrandiw/instagram-roasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Go Instagram Google Gemini ChatGPT

Instagram Roasting

Instagram Roasting is a terminal-based application built with Go and the tcell library. It allows users to input text, which is then formatted and displayed in an output box.

Features

  • Terminal-based interface using the tcell library.
  • Input text is displayed in a designated output box.
  • Automatic word wrapping for long text.
  • Support Gemini AI

Installation

To run the Instagram Roasting application, you need to have Go installed on your system. If you don't have Go installed, you can download and install it from here.

  1. Clone the repository:
git clone https://github.com/MrAndiw/instagram-roasting.git
cd instagram-roasting
  1. Create file Config.json:
{
    "API_KEY_GEMINI" : "xxxxxxxxxxxx",
    "TEXT_ROAST" : "Tolong Ejek dengan sopan Instagram Akun ini"
}
  1. you can create your own API_KEY_GEMINI from this website page : https://aistudio.google.com/app/apikey

  2. Run the App directly:

go run main.go
  1. Build & Run from bulder:
BUILD :
Mac & Ubuntu : go build -o main .
Windows : go build -o main.exe .

RUN :
Mac & Ubuntu : ./main
Windows : ./main.exe
  1. Demo App:
ScreenRecording2024-08-07at09.58.47-ezgif.com-video-to-gif-converter.mov

About

Instagram Roasting is a terminal-based application built with Go and the `tcell` library. It allows users to input text, which is then formatted and displayed in an output box.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages