Skip to content

Commit 94f53e9

Browse files
authored
incomplete
1 parent d5108ce commit 94f53e9

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

README.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,52 @@
1+
12
# EasyInsta
2-
A Java library or Java version of the instagram API. Perform instagram operations in just one line of code.
3+
This is an android library through which you can use instagram programatically.
4+
You can say that this is a well optimize, will featured java wrapper of "Instagram graph API".
5+
You can direct messages, add stories, post photos, scrapping profiles and can do many more things with this library.
6+
7+
![Banner](https://vinyl-state.com/wp-content/uploads/2020/12/instagram-logo2.jpg)
8+
## Features
9+
10+
- Lightweight and Easy 2 use
11+
- No need api token
12+
- Supports **sending direct message** (Text & photos)
13+
- Supports **posting** (Only photo)
14+
- Supports **adding stories** (Only photo)
15+
- Supports **Following / Unfollowing others**
16+
- Supports **Acception / Ignoring follow request**
17+
- Supports **Scrapping followings and followers**
18+
19+
## Implimentation
20+
In your project build.gradle
21+
```groovy
22+
allprojects {
23+
repositories {
24+
...
25+
maven { url 'https://jitpack.io' }
26+
}
27+
}
28+
```
29+
In your app build.gradle
30+
```groovy
31+
dependencies {
32+
implementation 'com.github.ErrorxCode:EasyInsta:v1'
33+
}
34+
```
35+
36+
37+
38+
## Acknowledgements
39+
40+
- [Instagram graph api](https://developers.facebook.com/docs/instagram-api/)
41+
- [API Policies](https://developers.facebook.com/devpolicy/)
42+
43+
44+
## Documentation
45+
46+
[Java docs]()
47+
48+
49+
## API Reference
50+
51+
#### Logs in to instagram account
52+
```

0 commit comments

Comments
 (0)