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.
- 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
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.
- Clone the repository:
git clone https://github.com/MrAndiw/instagram-roasting.git
cd instagram-roasting
- Create file Config.json:
{
"API_KEY_GEMINI" : "xxxxxxxxxxxx",
"TEXT_ROAST" : "Tolong Ejek dengan sopan Instagram Akun ini"
}
-
you can create your own API_KEY_GEMINI from this website page : https://aistudio.google.com/app/apikey
-
Run the App directly:
go run main.go
- Build & Run from bulder:
BUILD :
Mac & Ubuntu : go build -o main .
Windows : go build -o main.exe .
RUN :
Mac & Ubuntu : ./main
Windows : ./main.exe
- Demo App: