Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

vinceh121/socialblade-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socialblade-api

Unofficial Java API to communicate to SocialBlade.

For now, only Youtube and Twitter are implemented.

How to use

The library can be used like any other Maven artifact, just add the Jitpack.io repository:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

And then add the dependency:

<dependency>
    <groupId>com.github.vinceh121</groupId>
    <artifactId>socialblade-api</artifactId>
    <version>0.2.1</version>
</dependency>

Example

The following example prints out the number of subscribers of pewdiepie's Youtube channel

SocialBlade sb = new SocialBlade();
sb.login("Your SocialBlade username", "Your SocialBlade password");

YTStats stats = sb.statsYoutube("pewdiepie");
System.out.println(stats.getSubs());

License

The library is released under the GNU General Public License V3. I have no affiliation with SocialBlade.

About

Unofficial SocialBlade api

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages