LinkTreeScraper
Scraping Linktree user's information and links using Python and Golang.
Python
Installation
git clone https://github.com/zhouyangchao/LinkTreeScraper.git
pip3 install -r requirements.txt
Usage
python3 linktree.py <username> or <url>
Examples
python3 linktree.py Pale_but_peachy
python3 linktree.py https://linktr.ee/Pale_but_peachy
Golang
Installation
go get github.com/zhouyangchao/LinkTreeScraper
Usage
go run cmd/linktree/main.go <username> or <url>
Examples
go run cmd/linktree/main.go Pale_but_peachy
go run cmd/linktree/main.go https://linktr.ee/Pale_but_peachy