Tweet-Machine is an Open-Source Intelligence (OSINT) tool designed to retrieve deleted tweets and replies from any Twitter user, even if their account has been suspended.
This tool is particularly useful for researchers, investigators, and anyone interested in analyzing historical Twitter data.
Tweet-Machine is built to provide comprehensive access to Twitter data that would otherwise be inaccessible due to account suspension or deletion.
It retrieves tweets and replies, creating a timeline of all the user’s activities. The tool outputs three types of files:
To use Tweet-Machine, follow these steps:
git clone https://github.com/0xcyberpj/tweet-machine.git
.cd tweet-machine
.chmod +x tweetmachine.sh
../tweetmachine.sh -u <username> -d <directory>
to retrieve tweets for a specific user.To retrieve tweets for a user named “cyberpj1”, you would run:
bash./tweetmachine.sh -u cyberpj1
Tweet-Machine has been successfully used to retrieve tweets from suspended accounts. For instance, it was used to access the tweets of a user named “madangowri03” after their account was suspended.
This demonstrates the tool’s capability to uncover historical data that would otherwise be lost.
Tweet-Machine is a powerful tool for anyone interested in Twitter data analysis, especially in cases where accounts have been suspended or deleted.
Its ability to retrieve and archive tweets ensures that valuable information remains accessible for research and investigation purposes.
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…