Skip to content

This project uses the Ollama LLM (LLaMA3) and Tweepy to scrape tweets from a specified user, analyze the style, and generate new tweets mimicking that style. The bot scrapes tweet data using requests, processes the data with LLaMA3, and posts generated tweets via the Twitter API.

Notifications You must be signed in to change notification settings

donneypr/mimic_tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

TweetPersonaBot

TweetPersonaBot is a Python project that uses the Twitter API and OllamaLLM to generate tweets in the style of Playboi Carti. It scrapes Playboi Carti's tweets, analyzes their structure, and generates new tweets using a language model. These generated tweets can then be posted directly to Twitter via the Tweepy library.

Features

  • Scrapes tweets from Playboi Carti's timeline using Twitter's syndication service.

  • Uses OllamaLLM (LLaMA model) to generate a new tweet that imitates Playboi Carti's style.

  • Automatically posts the generated tweet to your Twitter account using the Tweepy API.

  • Ensures no URLs or extra explanations in the generated tweet

    image

About

This project uses the Ollama LLM (LLaMA3) and Tweepy to scrape tweets from a specified user, analyze the style, and generate new tweets mimicking that style. The bot scrapes tweet data using requests, processes the data with LLaMA3, and posts generated tweets via the Twitter API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages