Skip to content

malinkas86/TwitterStatusAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Twitter Status API

  1. Clone from the repository
  1. Extract to a desired location
  1. in the command line

3.1 cd sbt clean compile run

  1. First get a list of users by

http://:9000/followers?screen_name=

  1. Use any username to fetch the statuses

5.1 Initial request

http://localhost:9000/statuses?screen_names=&count=10

The above response will give the next cursor which you have to use to retrieve the next page

ex : http://:9000/statuses?screen_names=User1,User2&count=10&cursor=276812153

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors