Command line tool in .NET Core 3.0 C#.
Scrape any website using this tool (only instagram at the moment).
- Download installer Here
- Install and add the installatin path to
PATH
- Run this for help and available commands:
crs --help crs [cmd] --help
- Run this to get comments from instagram by url:
crs instagram post -u <postUrl>
(The instructions below are a work in progress)
git clone https://github.com/gabrielfreire/CrazyScraper.git
cd CrazyScraper
publish.bat
- Or
dotnet run -- instagram -p <profilename1> -p <profilename2>
- Scrape instagram
- Better instagram scraping using headless browser
- Scrape Facebook
- Scrape Twitter
- Etc