A simple proxyless tool that checks if a linktr.ee handle is available.
Use g++ to build the program.
g++ main.cpp -o linktree_checker.exe -static-libgcc -static-libstdc++• Add the usernames you want to check in src\list.txt
• Open a terminal in the folder and type linktree_checker.exe
cd src
.\linktree_checker.exePull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
(NA)
src/color.hpp used from (https://github.com/imfl/color-console)