Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 780 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 780 Bytes

linktree_checker

A simple proxyless tool that checks if a linktr.ee handle is available.

Installation

Use g++ to build the program.

g++ main.cpp -o linktree_checker.exe -static-libgcc -static-libstdc++

Usage

• 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.exe

Images

Proof

Contributing

Pull 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.

License

(NA)

Credits

src/color.hpp used from (https://github.com/imfl/color-console)