lp:~knitzsche/+junk/twitter-go

Created by Kyle Nitzsche and last modified
Get this branch:
bzr branch lp:~knitzsche/+junk/twitter-go
Only Kyle Nitzsche can upload to this branch. If you are Kyle Nitzsche please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Kyle Nitzsche
Status:
Development

Recent revisions

43. By Kyle Nitzsche

move the code that displays tweets as results into new showTweets() func, and make getHome() and getTrend() use it, with getMine to use it later too

42. By Kyle Nitzsche

getHome(): now a successful response from twitter writes home.jon in cache dir. any error loads home.jason (if any) and displays to user

41. By Kyle Nitzsche

that last dup commit was erroneous, ignore it

40. By Kyle Nitzsche

now displaying Home tweets, although without caching for twitter ratelimiting, which is up next

39. By Kyle Nitzsche

now displaying Home tweets, although without caching for twitter ratelimiting, which is up next

38. By Kyle Nitzsche

am now getting an authenticated resopnse from getHome through httpAuth(), although it is not marshalled into the tweetList struct because trend json has a different strcture than home timeline json, so that is next up

37. By Kyle Nitzsche

new getAuth() producing a working set of vars to to authenticated http with twitter

36. By Kyle Nitzsche

implemented writeCache() and is now used to write trends to trends.json.
With this and getCached() we have a generic approach for caching all twitter
responses for use if the user hits a twitter rate limit.

35. By Kyle Nitzsche

created getCached() as generic way to read a cache file to struct for use.
Next up, create writeCache()

34. By Kyle Nitzsche

move department making to makeDepartments()

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers