First you have to install Golang
git clone https://github.com/The-Peezoo/MassTweetChecker.git
cd MassTweetChecker
go build checker.go
./checker
OR
go install github.com/The-Peezoo/MassTweetChecker@latest
MassTweetChecker
Go to Releases and download the latest zip file.
Unzip the folder
In your Fileexplorer type 'cmd' in the adressbar to start cmd.exe
Type the following into cmd
checker
OR (if GoLang is installed)
go install github.com/The-Peezoo/MassTweetChecker@latest
MassTweetChecker
Create the file 'list.txt' in the Directory of TweetChecker and put all the links to the Tweets into it.
2. Linux:
Open the Folder in your Terminal and run the Tool by typing './checker' or 'go run checker.go'.
2. Windows:
Open cmd in the Folder and run the Tool by typing 'checker'.
You can use a free root server from 'The Hacker's Choice'.