Skip to content

jCOC (Java Clash of Clans API) jCOC is an open-source Java API designed to provide developers with easy access to Clash of Clans game data and statistics. Whether you're building a Clash of Clans companion app, a clan management tool, or simply want to explore the game's data programmatically, jCOC simplifies the process.

License

Notifications You must be signed in to change notification settings

giusvale-dev/jCOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jCOC

jCOC (Java Clash of Clans API) jCOC is an open-source Java API designed to provide developers with easy access to Clash of Clans game data and statistics. Whether you're building a Clash of Clans companion app, a clan management tool, or simply want to explore the game's data programmatically, jCOC simplifies the process.

How to use

JCoc jcoc = new JCoc("API_TOKEN"); //If you have an API_TOKEN

//Use it
jcoc.clanWar();

or

JCoc jcoc = new JCoc("username", "password"); //If you want generate a new API_TOKEN with the host ip address

//Use it
jcoc.clanWar();

How to test

Before to test is needed to add your credentials in the application.properties file. Create the application.properties file in

src/main/resources

then insert the following values:

username=yourClashOfClansDeveloperEmail
password=yourClashOfClansDeveloperPassword

By default this file is ignored from GIT

About

jCOC (Java Clash of Clans API) jCOC is an open-source Java API designed to provide developers with easy access to Clash of Clans game data and statistics. Whether you're building a Clash of Clans companion app, a clan management tool, or simply want to explore the game's data programmatically, jCOC simplifies the process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages