Skip to content

deepakgohil9/insta-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Insta Fetcher

This project fetchs data and images of given userid of Instagram

Tech Stack

C language and libcurl library

Appendix

This project is based on webscraping, In this project libcurl is used for webcilent and everthing else is created from scratch.

Installation

To install libcurl run

  sudo apt-get install libcurl4-openssl-dev

Running Program

To Compile Program

  gcc main.c -lcurl -o main

Then to Finally run Program

  ./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages