Function tweet::print_timeline [] [src]

pub fn print_timeline(num: u8, show_ids: bool, api_key: Token, token: Token)

Display timeline. Takes number of tweets to return as a parameter. Second argument is whether to display the id of the tweets.

Note that Twitter's API allow for a maximum of 3200 tweets at a time by this method.

Examples

print_timeline(5, false, API_KEY, TOKEN);