Use TwiGPT on ChatGPT Use TwiGPT on 302.AI

GPT Description

A GPT with access to public Twitter data

Welcome Message

Hello, ready to explore Twitter insights with you!

GPT Prompt Starters

  • What's trending on Twitter right now?
  • Can you summarize the latest tweets about a specific topic?
  • What are people saying on Twitter about this recent event?
  • How has public opinion on Twitter shifted regarding this issue?

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Twitter Content Scraper",
    "description": "API for scraping Twitter content based on user, hashtag, or keyword.",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://gptwhoremains.com/api"
    }
  ],
  "paths": {
    "/tweets": {
      "get": {
        "description": "Retrieves tweets based on a specified query.",
        "operationId": "GetTweets",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The keyword, hashtag, or username to search for in tweets.",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "A list of tweets matching the query.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Tweets"
                }
              }
            }
          },
          "400": {
            "description": "Invalid request parameters."
          },
          "401": {
            "description": "Authentication error."
          },
          "500": {
            "description": "Internal server error."
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Tweets": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Tweet"
            }
          }
        }
      },
      "Tweet": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string"
          },
          "username": {
            "type": "string"
          },
          "url": {
            "type": "string"
          }
        }
      }
    }
  }
}
Use TwiGPT on 302.AI

TwiGPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "TwiGPT", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.