A simple tool which lets you scrape twitter accounts and crosspost them to bluesky accounts! Comes with a CLI and a webapp for managing profiles! Works with images/videos/link embeds/threads.

Fix: Remove husky install from prepare script to allow installation in non-git directories

jack 1242363a a0e9ac75

-1
-1
twitter-scraper/package.json
··· 41 41 "docs:generate": "typedoc --options typedoc.json", 42 42 "docs:deploy": "yarn docs:generate && gh-pages -d docs", 43 43 "format": "prettier --write src/**/*.ts examples/**/*.{ts,js,tsx}", 44 - "prepare": "husky install", 45 44 "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runInBand --forceExit" 46 45 }, 47 46 "dependencies": {