Skip to main content

Python package to get instagram data

Project description

# Instafetch
A python package to fetch public data from Instagram.

## Installation
``` bash
$ pip install instfetch
```

## Usage
+ **Search Users:**
``` python
from instafetch import Instafetch

I = Instafetch()
users = I.users(<keyword>)
```

+ **Get user details:**
``` python
I = Instafetch()
user_detail = I.user(<username>)
```
+ **Fetch Hashtags data:**
``` python
I = Instafetch()
I.explore(<Hashtag>, page=<no. of pages>) #number of pages to fetch

top_posts = I.top_posts
all_posts = I.all_posts
```
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b <new-feature>`
3. Commit your changes: `git commit -am 'New Feature added'`
4. Push to the branch: `git push origin <new-feature>`
5. Submit a pull request :D

## Credits
****
## License
[MIT]()

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instafetch-0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page