Skip to content

[WIP] Analyze and delete all of your dirty old tweets by scraping your Twitter archive zip

Notifications You must be signed in to change notification settings

mathcale/tweets-manager

Repository files navigation

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example with-typescript-material-ui

# with yarn
$ yarn create nextron-app my-app --example with-typescript-material-ui

# with pnpx
$ pnpx create-nextron-app my-app --example with-typescript-material-ui

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

About

[WIP] Analyze and delete all of your dirty old tweets by scraping your Twitter archive zip

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published