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]()
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
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 details)
File details
Details for the file instafetch-0.1.tar.gz
.
File metadata
- Download URL: instafetch-0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7dfba8586dabda0a161f2475dea5bf753716cb269d86e84cff7b6ba1e44fb01 |
|
MD5 | a952b6edcc91257abb0c4d3ec89014d0 |
|
BLAKE2b-256 | 6e9f490fbc648c309ca1631d2d62359d683c62973a04823c80ce8696dd95058a |