jessdy / GM-GPT-X

A X(Twitter) Bot with AWS Lambda and OpenAi's GPT-4

Home Page:https://gm-gpt-x.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GM-GPT-X: Automated GM X(Twitter) Bot with AWS Lambda and OpenAI GPT-4

Overview

GM-GPT-X is a X(Twitter) bot that uses OpenAI's GPT-4 model to generate a daily 'Good Morning' tweet. The bot is hosted on AWS Lambda and runs on a schedule set by AWS CloudWatch.

Features

  • Automated daily 'Good Morning' tweets
  • Easy to set up and configure
  • Hosted on AWS Lambda
  • Scheduled using AWS CloudWatch

Prerequisites

Ensure you have:

  • Node.js and npm installed
  • An AWS account
  • OpenAI API key
  • Twitter Developer Account and API keys

Quick Start

  1. Clone this repository.
  2. Install the required packages: npm install twitter-api-v2 openai.
  3. Set up your AWS Lambda function and CloudWatch schedule. Follow the detailed tutorial for step-by-step instructions.

Documentation

For detailed setup and customization instructions, please refer to the tutorial.

License

MIT License. See LICENSE for more details.

About

A X(Twitter) Bot with AWS Lambda and OpenAi's GPT-4

https://gm-gpt-x.vercel.app

License:MIT License


Languages

Language:JavaScript 100.0%