Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

sleski/wykop-api2-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wykop-api2-java

Few examples how to play with wykop api2 from java.

Documentation

https://www.wykop.pl/dla-programistow/apiv2docs/logowanie-uzytkownika/

https://www.wykop.pl/dla-programistow/apiv2docs/podpisywanie-zadan/

https://www.wykop.pl/dla-programistow/twoje-aplikacje/

https://golb.hplar.ch/2019/01/java-11-http-client.html

How to use it

  1. Please update file wykop.properties - add your credentials

  2. From command line:

mvn clean install

mvn exec:java -Dexec.mainClass="pl.wykop.Login" -Dexec.cleanupDaemonThreads=false

mvn exec:java -Dexec.mainClass="pl.wykop.Mikroblog" -Dexec.args="{copy_user_key_from_previous_command}" -Dexec.cleanupDaemonThreads=false


  1. Enjoy ( ͡° ͜ʖ ͡° )つ──☆*:・゚

About

Example how to login to wykop api2 from java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages