Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Orange-OpenSource/spring-social-weibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-social-weibo

This project is an Spring Social extension for weibo. Currently, only basic operations are supported:

  • get profile by id or username
  • get statuses: user timeline, home timeline, public timeline
  • update status
  • get friends (pagination is not supported)
  • get followers (pagination is not supported)

If you are using this project, you should probably consider to read the term of use of Weibo

Getting started

In order to get started with spring-social-weibo, you have to follow only 3 simple steps.

Step 1: Get the code from GitHub

git clone --recursive git:https://github.com/vergnes/spring-social-weibo.git

Step 2: Use Maven to build project

cd spring-social-weibo mvn clean install

Step 3: Add spring-social-weibo as a Maven dependency

<dependency>
    <groupId>org.springframework.social</groupId>
    <artifactId>spring-social-weibo</artifactId>
    <version>1.0.1-SNAPSHOT</version>
</dependency>

License

This project is available under the Apache License, Version 2.0.