Twitter Hashflag Downloader is a command line tool that can list, sync and download all active hashflags from Twitter.
Shoutout to @JamieMagee and his HashflagArchive Twitter Bot for providing the inspiration to create this tool.
Return a list of active hashflags
./twitter-hashflags info
Write a list of active hashflags with full details to hashflag-list.txt
./twitter-hashflags info -out
Sync hashflags with the /downloaded_hashflags
folder and list all that are missing
./twitter-hashflags info -diff
Sync hashflags with the downloaded_hashflags
folder and list all that are now deactivated
./twitter-hashflags info -deactivated
Sync hashflags with the /downloaded_hashflags
folder and download any that are missing
./twitter-hashflags sync
Sync hashflags with the /downloaded_hashflags
folder, download any that are missing and move all deactivated hashflags to /deactivated
./twitter-hashflags sync -m
Clear the /downloaded_hashflags
folder and download all hashflags
./twitter-hashflags sync -force