nataz77 / tweetdeleter

Simple Node.js script to delete older Tweets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TweetDeleter

Simple Node.js script to delete older Tweets

Features

  • State persistance (if something goes wrong it will pick up where it left)
  • Rate limiting tolerant (it will currently delete 300 tweet every three hours)

Requirements

I was lazy and didn't want to do the extra work to read the JSON files so I decide to use experimental JSON imports, so Node.js >= 13 is necessary. Also, when launching you should specify the experimental flag

node --experimental-json-modules run.mjs 

Get started

TODO

About

Simple Node.js script to delete older Tweets


Languages

Language:JavaScript 100.0%