Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.01 KB

TweetCommander

Showcase the Twitter’s API v2 tweet capabilities

Twitter Commander See functionality at YouTube

Goals

  • visualize the way the API works (Expression -> Rule -> Stream)
  • implement all tweet related functionality
  • fill in working default values
  • persist configuration
  • don't use external libraries (except TwitterSharp)

Future development

  • load expression from rule
  • reset expression to default values
  • more clean up
  • all non tweet related functionality
  • more non-api stuff (style, sorting, ...)

Why?

Intentionally this should be a simple sample project using the TwitterSharp API, but during development it's gotten a little bigger then I thought 😅.

Big THANKS to Christian Chaux