Documentation Index
Fetch the complete documentation index at: https://mintlify.com/FujiwaraChoki/MoneyPrinterV2/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheTwitter class provides automated posting functionality for Twitter/X accounts. It handles post generation and publishing using Selenium WebDriver.
Constructor
The account UUID
The account nickname
The path to the Firefox profile logged into the Twitter account
The topic for post generation
Methods
post
Optional text to post. If None, generates a post using
generate_post()None
Example:
generate_post
str - The generated post (limited to 260 characters)
Example:
get_posts
List[dict] - List of posts, each containing:
content(str): Post contentdate(str): Post date in format “mm/dd/yyyy, HH:MM:SS”
add_post
The post to add, containing:
content(str): Post contentdate(str): Post date
None