Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter / X Crawler Chrome Extension

A Chrome Extension experiment for collecting public Twitter / X page content for AI-assisted research workflows.

This repository is a browser-extension prototype. It is designed to explore how a user-controlled Chrome extension can collect structured page information and prepare it for downstream analysis, content research, or AI workflow experiments.

Why this exists

For creator tools and content-operation systems, public social content is often useful for research:

  • discovering topic patterns
  • collecting examples for writing style analysis
  • saving public posts for later review
  • building small datasets for AI-assisted content research

This extension is an experiment around that workflow.

Current scope

The current manifest targets Twitter / X pages:

https://twitter.com/*
https://x.com/*

The extension uses:

  • manifest.json for extension configuration
  • popup.html / popup.js for the extension UI
  • background.js for background service-worker logic
  • content.js for page-level extraction logic
  • db.js for local data handling

Installation

  1. Clone this repository.
  2. Open Chrome and go to chrome://extensions/.
  3. Enable Developer mode.
  4. Click Load unpacked.
  5. Select this project directory.

Usage

  1. Open a supported Twitter / X page.
  2. Click the extension icon in the Chrome toolbar.
  3. Start the crawler from the popup UI.
  4. Review or export collected data depending on the current implementation.

Responsible use

Use this only for pages you are allowed to access. Respect platform terms, rate limits, robots rules where applicable, and privacy boundaries. This project is intended for controlled personal research and prototyping, not aggressive scraping.

Project status

This is an experimental prototype. It needs more documentation before being treated as a polished product:

  • Add screenshots of the extension UI.
  • Document the extracted data schema.
  • Add an example export file.
  • Connect the output to a creator-research or AI-analysis pipeline.
  • Clarify limitations and safe-use boundaries.

Related

About

Chrome extension experiment for collecting public Twitter/X content for AI-assisted research.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages