TWEET-MACHINE (TM) is an innovative Open-Source Intelligence (OSINT) tool designed specifically for Twitter. It enables users to retrieve deleted tweets and replies from any Twitter account, even if the account has been suspended.
This tool is particularly useful for researchers, journalists, and cybersecurity professionals who need to analyze historical Twitter data for investigative purposes.
The primary purpose of TWEET-MACHINE is to recover and archive tweets and replies that are no longer accessible on Twitter.
By leveraging web archives and other resources, it ensures that critical information is not lost, even if a user deletes their content or their account becomes suspended.
TWEET-MACHINE utilizes Bash scripting and integrates with tools like Wayback Machine to retrieve archived data.
To install and 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>
Example:
./tweetmachine.sh -u cyberpj1 -d /tmp
./tweetmachine.sh -u cyberpj1
<username>.txt
: Contains direct links to tweets and replies.<username>.txt.webarchive
: Archive links of tweets via Wayback Machine (useful if direct links are unavailable).<username>.txt-timeline.txt
: Chronological timeline of all tweets.For instance, if the Twitter account madangowri03
is suspended, TWEET-MACHINE retrieves every tweet and reply made by the user, along with backup links from the Wayback Machine. This ensures that no data is permanently lost.
Developed by P4UL and R4VANAN, TWEET-MACHINE is a valuable resource for OSINT investigations.
This tool should be used responsibly and ethically, adhering to applicable laws and regulations regarding data retrieval and privacy.
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…