Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 347 Bytes

Rust Twitter Streaming API client

This is a simple client written in Rust that pulls tweets from Twitter's Streaming API and prints them out.

NOTE: before running you have to edit main.rs with your real Twitter API credentials.

Run with Rust Cargo (http://doc.crates.io/guide.html)

Run command: cargo run