8000 GitHub - huenique/pf-memer: A command-line tool that assesses the meme potential of text, providing a score (1-10) and token launch metrics using SLM & LLM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A command-line tool that assesses the meme potential of text, providing a score (1-10) and token launch metrics using SLM & LLM

Notifications You must be signed in to change notification settings

huenique/pf-memer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pf-memer

Overview

The Meme Worthiness Analyzer is a command-line tool that evaluates the meme potential of textual content and determines if it is suitable for launching a token on pump.fun. The tool utilizes OpenAI's GPT-4o-mini to analyze the provided text file and generate structured output with a meme-worthiness score (1-10) and token launch values.

Features

  • Supports any text-based file format (TXT, JSON, CSV, etc.).
  • Assigns a meme-worthiness score from 1 to 10.
  • Suggests token attributes such as:
    • Token name
    • Ticker
    • Description
    • Image/video meme idea
    • Social links (Telegram, Website, Twitter/X)
  • Outputs structured JSON for easy integration.

Installation

Prerequisites

  • Python 3.12+
  • OpenAI API key

Install Dependencies

pip install openai click

Usage

Running the Script

python pf_memer --api-key YOUR_OPENAI_API_KEY --file-path path/to/your/file.txt

Example Input File

JSON

{
  "text": "Why did the chicken cross the road? To buy the dip!",
  "likes": 12000,
  "retweets": 1500,
  "replies": 900,
  "verified_engagement": 350,
  "qrt_volume": 120
}

CSV or TXT

Elon Musk just tweeted "Doge to the moon!" 🚀

Example Output

{
  "meme_worthiness_score": 9,
  "name": "Doge to the Moon",
  "ticker": "DOGEMOON",
  "description": "Imagine thinking you can make it without riding this absolute gigachad of a coin. NGMI. Diamond hands only, no paper-handed plebs allowed.",
  "image_or_video_idea": "Elon Musk in a spacesuit with Doge on the moon, with a Wojak crying in the background as he misses out.",
  "telegram_link": "https://t.me/dogemoon",
  "website_link": "https://dogemoon.com",
  "twitter_x_link": "https://x.com/dogemoon"
}

Notes

  • The model determines meme-worthiness based on absurdity, controversy, engagement, and virality potential.
  • The script enforces a structured JSON format for consistency.
  • Results are dependent on the quality and virality of the input text.

License

MIT License

Author

Built for meme enthusiasts & crypto traders 🚀

About

A command-line tool that assesses the meme potential of text, providing a score (1-10) and token launch metrics using SLM & LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0