
Social Spoof on the GPT Store
GPT Description
GPT Prompt Starters
- Generate random user data.
- Generate random male user data.
- Generate random female user data.
- Generate random user data for Facebook.
GPT Action OpenAPI Spec
{ "openapi": "3.0.0", "info": { "title": "RandomUser API", "version": "1.0.0", "description": "API for generating random user data for testing and development purposes." }, "servers": [ { "url": "https://randomuser.me/api/", "description": "Production server" } ], "paths": { "/": { "get": { "summary": "Generate Random User", "description": "Returns randomly generated user data.", "operationId": "generateRandomUser", "parameters": [ { "name": "results", "in": "query", "description": "Number of users to generate", "required": false, "schema": { "type": "integer", "default": 1 } }, { "name": "gender", "in": "query", "description": "Gender of the user (male, female, or any)", "required": false, "schema": { "type": "string" } }, { "name": "nat", "in": "query", "description": "Nationality of the user (US, GB, FR, etc.)", "required": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "Successful response with random user data", "content": { "application/json": { "schema": { "type": "object", "properties": { "results": { "type": "array", "items": { "$ref": "#/components/schemas/User" } }, "info": { "type": "object", "properties": { "seed": { "type": "string" }, "results": { "type": "integer" }, "page": { "type": "integer" }, "version": { "type": "string" } } } } } } } }, "default": { "description": "Unexpected error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Error" } } } } } } } }, "components": { "schemas": { "User": { "type": "object", "properties": { "gender": { "type": "string" }, "name": { "type": "object", "properties": { "title": { "type": "string" }, "first": { "type": "string" }, "last": { "type": "string" } } }, "location": { "type": "object" }, "email": { "type": "string" }, "login": { "type": "object" }, "dob": { "type": "object", "properties": { "date": { "type": "string", "format": "date-time" }, "age": { "type": "integer" } } }, "registered": { "type": "object" }, "phone": { "type": "string" }, "cell": { "type": "string" }, "id": { "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" } } }, "picture": { "type": "object", "properties": { "large": { "type": "string" }, "medium": { "type": "string" }, "thumbnail": { "type": "string" } } }, "nat": { "type": "string" } } }, "Error": { "type": "object", "properties": { "error": { "type": "string" } } } } } }
Social Spoof GPT FAQs
More custom GPTs by Sourceduty on the GPT Store
Image Collage
Image collage creator.
5K+
Desktop Value
Valuating custom computer hardware.
5K+
Image Comparison
Compare and analyze two uploaded images, focusing on objective details.
1K+
ASCII Text Art
Convert simple text into creative ASCII art.
1K+
Newspaper Maker
Unbiased newspaper creator and recreator.
1K+
GPT-Info
Extensive guide for ChatGPT models.
1K+
Road Map
Roadway travel planning and route optimization.
1K+
Image Emulator
Replicate images in different styles using DALL-E 3.
1K+
Python Game Builder
Assistive game creator using Pygame, Tkinter and Python.
1K+
Connect 4
The classic Connect 4 game.
800+
Instruction Creator
Custom GPT instruction creation guide. Copyright (C) 2024, Sourceduty - All Rights Reserved.
800+

GitHub Repo Summary
Summarize GitHub repository README files.
800+
Word to GIF
Word-for-word GIF image generator.
500+
Dictionary Creator
Create custom dictionaries.
400+
Metadata Generator
Generate and analyze metadata using uploaded files. Create knowledge tags and meta-information reports.
300+
Plain Text Guide
Plain text organization guide.
200+
Rebrand
Create concept designs with competitor branding using product images. Copyright (C) 2023, Sourceduty - All Rights Reserved.
200+

Smart Notes
Organize and optimize notes, track mistakes, and suggest edits.
200+
Treasure Hunt
Text-entry treasure hunting game.
200+
Lyrics Collage
Visualize song lyrics in a collage image using image generation.
200+
Word Collage
Create a collage image using words.
200+
Image Shredder
Create a new image from sliced and randomized image pieces.
200+
GIF Builder
Create animated GIF images using DALL-E 3. Copyright (C) 2023, Sourceduty - All Rights Reserved.
200+

Image Narrator
Narrate images and create short visual stories using DALL-E 3. Copyright (C) 2023, Sourceduty - All Rights Reserved.
200+

Marketplace Value
Estimate prices for used items in any currency.
100+
Image Watermark
Add custom text watermarks to uploaded images. Copyright (C) 2023, Sourceduty - All Rights Reserved.
100+

Chain Story
Collaborative sentence-by-sentence story creator.
100+
Commenter
Create comments and comment replies for Facebook, Instagram, X and more. Copyright (C) 2023, Sourceduty - All Rights Reserved.
100+

Apple II Simulator
Apple II home computer from 1977 with ProDOS.
100+
Process Diagram
End-to-end software process operation diagrams.
100+
Word Searcher
Word search game.
100+
Subreddit Finder
Search and find the best subreddits for your content. Copyright (C) 2023, Sourceduty - All Rights Reserved.
100+

Custom GPT Actions Expert
Guidance for actions, schema and authentication. Copyright (C) 2023, Sourceduty - All Rights Reserved.
100+

PC Build Plan
Assistive step-by-step computer building planner. Copyright (C) 2023, Sourceduty - All Rights Reserved.
100+

Fighter Pilot
Interactive fighter jet airplane pilot game.
100+
Text-to-Image
Custom text-entry images. Copyright (C) 2023, Sourceduty - All Rights Reserved.
90+

ATM Simulator
Automated teller machine (ATM) simulator. Copyright (C) 2023, Sourceduty - All Rights Reserved.
80+

Quotes & Clips
Create quotes and take portions from text documents.
80+
Pixel Squares
Create pixel art images from color coordinates.
80+
Image Mystery
Object image guessing game using image generation.
80+
Scientific Method
Assistive scientific method research process.
70+
Business Footprint
Expert in finding and analyzing branded websites and social media links.
70+
GitHub Repo Card
Create a GitHub repo card banner image. Copyright (C) 2023, Sourceduty - All Rights Reserved.
70+

Military Prompt
Terminal interface design guide.
70+
GPT Creation Guide
GPT insights and explanations. 🛈 This software is free and open-source; anyone can redistribute it and/or modify it.
60+

Search Multiplier
Expand simple text searches with multiple related search options. Copyright (C) 2023, Sourceduty - All Rights Reserved.
60+

Video Instructor
Instructional video creation assistant.
60+
Gift Radar
Search the web for gifts.
60+
Python Interface Builder
Assistive GUI application creator for Python. Copyright (C) 2023, Sourceduty - All Rights Reserved.
60+

OpenAPI Spec JSON/YAML Actions
JSON and YAML schema actions in OpenAPI specification. Copyright (C) 2023, Sourceduty - All Rights Reserved.
60+

Sourceduty
Creative digital business. Copyright (C) 2023, Sourceduty - All Rights Reserved.
50+

Standard Industry
Compare a business to it's industry competitors and leaders.
50+
Image Mosaic
Create unique mosaics using your images. Copyright (C) 2023, Sourceduty - All Rights Reserved.
50+

Generated Art
Generative art image creator.
50+
Song Parody
A song parody maker, ready to twist your favorite tunes with humor and creativity. Copyright (C) 2023, Sourceduty - All Rights Reserved.
40+

Trivia Showdown
Competitive trivia game with automated players.
40+
Open Library Expert
Search for books in the Open Library.
40+
Starship Launch
SpaceX rocket mission simulator game.
40+
User Training Quiz
ChatGPT user training.
40+
U-Boat Command
Sci-fi military submarine terminal simulator.
40+
Camo
Digital camouflage pattern image creator. Copyright (C) 2023, Sourceduty - All Rights Reserved.
40+

Discord Finder
Search and find the best Discord channels for your content. Copyright (C) 2023, Sourceduty - All Rights Reserved.
40+

Fanatic Creator
A guide for creating fan art with DALL-E 3. Copyright (C) 2023, Sourceduty - All Rights Reserved.
30+

Travel Receptionist
Hotel and motel management assistant. Copyright (C) 2023, Sourceduty - All Rights Reserved.
30+

Meeting Place
Locate optimal meeting spots.
30+
Artificial Group Chat
Three-way conversation between one person and two chatbots, Eric and Sasha. Copyright (C) 2023, Sourceduty - All Rights Reserved.
30+

Silly Food
Create funny food recipes using consumer products.
30+
Vintage Prompt
Old computer terminal simulator. Copyright (C) 2023, Sourceduty - All Rights Reserved.
30+

Fake Information Purifier
Unbiased disinformation analyzer. Measure the deviance of fake information from the truth.
30+
Code Cracker
James Bond inspired code cracking game. Copyright (C) 2023, Sourceduty - All Rights Reserved.
30+

Notepad Emulator
Basic notepad emulator. Copyright (C) 2023, Sourceduty - All Rights Reserved.
30+

Speech Parody
Create speech and quote transcript parodies.
30+
Easy APIs
Easily integrate APIs without authentication. Copyright (C) 2023, Sourceduty - All Rights Reserved.
30+

Social Media Shoutouts
Generate promotional business shoutouts for social media. Copyright (C) 2023, Sourceduty - All Rights Reserved.
20+

Chat Charades
Play charades, focusing on a mix of topics. Copyright (C) 2023, Sourceduty - All Rights Reserved.
20+

Travel Organizer
Organize essential travel guest info. Copyright (C) 2023, Sourceduty - All Rights Reserved.
20+

Quick Thinker
Quick-response random character game. Copyright (C) 2023, Sourceduty - All Rights Reserved.
20+

Image Palette
Generate colour palettes from images. Copyright (C) 2023, Sourceduty - All Rights Reserved.
20+

Social Image
Account data image creator for Facebook, Instagram and X. Copyright (C) 2023, Sourceduty - All Rights Reserved.
20+

Design Collab
Extensive design collaboration guide.
20+
Python Art Builder
Assistive art image program creator using Python. Copyright (C) 2023, Sourceduty - All Rights Reserved.
20+

War World
Global conflict metrics. Copyright (C) 2023, Sourceduty - All Rights Reserved.
10+

Game Value
Video game price finder. Copyright (C) 2023, Sourceduty - All Rights Reserved.
10+

Text Feedback
Analyze documents, lyrics, scripts and conversations with multiple opinions. Copyright (C) 2023, Sourceduty - All Rights Reserved.
10+

Artificial Group Chat + Starship
Three-way conversation between one person and two chatbots, focused on SpaceX's Starship. Copyright (C) 2023, Sourceduty - All Rights Reserved.
10+

Recipe Kitchen
Create and test cook custom food recipes. Copyright (C) 2023, Sourceduty - All Rights Reserved.
10+

Hashtag Genius
Generate hashtags using images and text. Copyright (C) 2023, Sourceduty - All Rights Reserved.
10+

Decorative Text
𝓒𝓸𝓷𝓿𝓮𝓻𝓽 𝓹𝓵𝓪𝓲𝓷 𝓽𝓮𝔁𝓽 𝓽𝓸 𝓪𝓻𝓽𝓲𝓼𝓽𝓲𝓬 𝓐𝓢𝓒𝓘𝓘 𝓬𝓱𝓪𝓻𝓪𝓬𝓽𝓮𝓻𝓼. Copyright (C) 2023, Sourceduty - All Rights Reserved.
10+

Alex Aldridge
Self-taught designer, fan artist and programmer. Copyright (C) 2023, Sourceduty - All Rights Reserved.
8+

Emergency Kit
Assists with guidance in emergency situations. Copyright (C) 2023, Sourceduty - All Rights Reserved.
8+

Parody Comic
Create parody comic strip images using a book or short story. Copyright (C) 2023, Sourceduty - All Rights Reserved.
8+

Mind Map Guru
Assistive plain text mind map creator. Copyright (C) 2023, Sourceduty - All Rights Reserved.
8+

Open Research
Locate and participate in current academic research efforts. Copyright (C) 2023, Sourceduty - All Rights Reserved.
6+

Starship
SpaceX's Starship rocket information. 🛈 This GPT is free and open-source; anyone can redistribute it and/or modify it.
4+

Power Time Logger
How to create a Power Time Logger with Arduino UNO.
4+

ChatGPT Utilities
Exclusive tools built to utilize ChatGPT's exported chat records. Copyright (C) 2023, Sourceduty - All Rights Reserved.

Design Analysis
Analyze images, offering detailed feedback on composition, style, and color. Copyright (C) 2023, Sourceduty - All Rights Reserved.

ISO
International Organization for Standardization (ISO) guide. Copyright (C) 2023, Sourceduty - All Rights Reserved.

Hacked Image
Unique image effect processing. Copyright (C) 2023, Sourceduty - All Rights Reserved.

Barcode Scout
Identify over 700,000 different products using UPC and EAN barcodes. Copyright (C) 2023, Sourceduty - All Rights Reserved.

Best Alternative GPTs to Social Spoof on GPTs Store
Social Media Manager|Content Creator Generator|AI
🔴Easily Create Posts for Social Media with Drilio.🔴 SEO for Rank, Boost your Strategy on Instagram, LinkedIn, TikTok, Youtube, X(Twitter), Facebook & More! Craft Engaging Content, Plan Calendar, Video Scripts, Optimize Images, Increase Visibility & Expand your Presence on all Platforms
600K+
AI Humanizer & Paraphraser
Transform your AI-generated text into human-like, plagiarism-free content with just one click. Say no to all AI detectors from now!
100K+
口Tiktok Viral Script | Short video Script
Crafts engaging, trendy tiktok Short Video scripts for viral success🔥
100K+
Social Butterfly-AI 2.0
#17 in Productivity 🏆 Revolutionize your business with AI-powered strategies tailored for faith-driven entrepreneurs from startup to sustainable, massive profitability, specializing in digital business, marketing, social media mastery, and cutting-edge AI solutions. Aligning success and purpose.
100K+
Insta Guru
I'm a friendly Instagram expert, here to boost your social media presence!
100K+
SMMA | Social Media Marketing Agency | SEO
🟢 SMMA 4o 📱 🟢| Your All-In-One Tool to Master & Dominate Social Media | Video Script | AI Blog Writer | Disruptive Advertising | 10X Campaigns | SEO Ranking | Content Marketing Strategies | Lead Management | Viral Post | Ask or send me anything & crush your competition today! 🚀 [BETA]
100K+
Professional LinkedIn Post Writer
Adapts tone, seeks clarity, crafts formal yet approachable LinkedIn posts.
100K+
Describe Image
Describe images with a precise word count.
50K+
Trip Planner: Travel Guide & Find Flight ✈️
🌤️✈️ Master the global flight booking process with Flights Pro. Feel the serene joy of travel with each booking! 🏖️ Unwind and relax as your adventure begins the moment you choose your peaceful getaway. 🌿🌊
50K+
聊天接话(高情商)
聊天接话,输入上一句,自动输出四句回复!
50K+
Social Media Post Creator
Creates social media posts with content tailored to your audience and topic & adds an image to accompany it
50K+
RizzGPT - Texting Assistant
Your digital wingman for flirty texts
50K+
Social Media Expert
Your content director, community manager and personal coach in social media presence. Master Instagram, Tiktok, Twitter, Facebook, Pinterest, and YouTube. I can create engaging creative content, optimize images, hashtags and captions, suggest post ideas, and create a growth hacking strategy.
50K+
Social Media
Act as a social media manager
50K+
小红书写作专家-爆文版
专注小红书笔记写作,有了它你也可以是小红书爆款写作专家!
25K+
Social Media Manager/Content Creator Generator-AI
Easily create posts for Social Media with Drilio AI. Boost your strategy on Instagram, TikTok, Twitter(X), Facebook(Meta) & more. Craft engaging content, plan calendar, optimize images, integrate SEO for rank, increase visibility & engagement expanding your online presence across different platforms
25K+
Advogado Previdenciário
By Ericson Abner Ferreira dos Santos
25K+
Social Media Ads Copywriter
Expert in direct response ad copy for Facebook ads, Instagram ads, and other social media platforms.
25K+
Social Media Caption Wizard
YOUR SOCIAL MEDIA CAPTION ASSISTANT. Get SEO Optimized Captions & Tags Specific for Each Platform, Just describe your post or upload your pic/post!
25K+
Stooffi Writer
Social media ghostwriter valuing clarity, self-awareness, and curiosity.
6+