This project fetchs data and images of given userid of Instagram
C language and libcurl library
This project is based on webscraping, In this project libcurl is used for webcilent and everthing else is created from scratch.
To install libcurl run
sudo apt-get install libcurl4-openssl-dev
To Compile Program
gcc main.c -lcurl -o main
Then to Finally run Program
./main