A node module that fetches tweets from Twitter based on topic, location, timeframe or combination
Fetch tweets from Twitter profiles.
A Twitter scraper that uses Nitter to fetch tweets without authentication
TweetSave - Twitter/X analysis without the token waste. Fetch tweets, download media. Works with Cursor, Claude, VS Code, Gemini & more. Zero config → tweetsave.org
A Twitter scraper that uses Nitter to fetch tweets without authentication
TweetSave - Twitter/X analysis without the token waste. Fetch tweets, download media. Works with Cursor, Claude, VS Code, Gemini & more. Zero config → tweetsave.org
👻🔗
A light-weight module that brings Fetch API to node.js
👻🔮
An implementation of window.fetch in Node.js using Minipass streams
Opinionated, caching, retrying fetch client
Provides a way to make requests
Blob & File implementation in Node.js, originally from node-fetch.
No description provided.
Universal WHATWG Fetch API for Node, Browsers and React Native
better fetch for Node.js. Works on any JavaScript runtime!
Fetches the contents of a file accross node and browsers.
👻🧊
Isomorphic WHATWG Fetch API, for Node & Browserify
Fetch-based http client for use with npm registry APIs
Cross Platform Smart Fetch Ponyfill
👻🗃
HTML5 `FormData` for Browsers and Node.
minimal implementation of a PassThrough stream
Return Tweets in JSON format
Runs a trivial background process that just fetches the last tweet and saves it to a Redis backend this can also be a form of a microservice.
BadPigeon is a Ruby gem that allows you to extract tweet data from the XHR requests that the Twitter frontend website does in user's browser. The requests need to be saved into a "HAR" archive file from the browser's web inspector tool and then that file is fed into either the appropriate Ruby class or the `pigeon` command line tool. The tool intents to be API compatible with the popular `twitter` gem and generate the same kind of tweet JSON structure as is read and exported by that library.
This Jekyll plugin allows displaying Bluesky tweets directly on a static site. It fetches posts from the decentralized social network Bluesky and incorporates them into the content generated by Jekyll, making it easier to integrate real-time updates without the need for complex external APIs.
A CLI (as in Command Line Interface) to delete your tweets based on faves, RTs, and time. There are some services out there with a friendly web interface, but this is not one of them. You must know the basics of working with a UNIX terminal and configuring a Twitter API app, as this will only work if you have a Twitter Developer account. Due to the irrevocable nature of tweet deletion, all delete commands are dry-run true, meaning you must call all of them with a --dry-run=false flag if you want them to really do something. Called with --dry-run=false, there is no way to revoke tweet deletion. They are just gone, disappeared into the ether (or the stashed in the Twitter-owned secret place you have no access to without a mandate since nothing gets really deleted from the web these days, folks). This tool won't delete all of your tweets in one fell swoop; it is more of a way to delete your old tweets from time to time. The Twitter API rate limits are relatively complicated, and I don't even wanna go there, but if you do intend on deleting all of your tweets, you can do it with this CLI and some perseverance. I did delete more than 100k of mine by using this script every day for a couple of weeks. The more tweets you delete, the fewer of them you have, and with time the rate limits won't be that much of a problem. I Delete My Tweets (IDMT) can delete your tweets by fetching them via API using an APP you will have to set up yourself. Still, it can also delete tweets from an CSV (comma-separated file) that you can generate from the archive you can request from twitter.com by going to Settings and privacy > Your Account > Download an archive of your data. It is out of the scope of this CLI to generate the CSV (at the moment) but there are scripts out there that can do this for you.