Skip to content

Instantly share code, notes, and snippets.

@jmewes
Last active January 20, 2016 20:19
Show Gist options
  • Save jmewes/78a3327603ffee8ac35f to your computer and use it in GitHub Desktop.
Save jmewes/78a3327603ffee8ac35f to your computer and use it in GitHub Desktop.
Read twitter in your favourite text editor
#!/bin/bash
TWEET_FILE=~/doc/Notizen/Twitter.org
twidge lsrecent -aus >> ${TWEET_FILE}
sed -i 's/</** /g' ${TWEET_FILE}
sed -i 's/>//g' ${TWEET_FILE}
java -jar ~/Tools/Countdown.jar &
emacs ${TWEET_FILE} &
#+STARTUP: showall
* Interesting
** jezhumble Must-read on contempt culture in tech. Also, for the
record, PHP is my go-to language to get things done.
https://t.co/qjAW0ospit
** pagerduty Quick Tips: How to Post Mortem Every Incident, by
@pagerduty Product Manager @eurica #devops
https://t.co/Llb7up02Xo https://t.co/7JvtEmR8Qy
** seradio ser 244: @ewolff talks to @gernotstarke about the
software architecture documentation with arc42
https://t.co/ynab2Ob1eC
** martinfowler RT @samnewman: Want to know more about testing
microservices? Listen to @bethesque and I discussing
the topic: https://t.co/FV6zAxhQeZ
** netzfisch refresh the basics, #regular #expressions at its best
https://t.co/Ju07oH3pY3 #development
** RealMattMurdoch RT @thoughtworks: Functional Tests - How to Decide What
to Automate and Not? https://t.co/KRANtD2TU5,
#automationtesting https://t.co/T5yTOyFUrA
** RealMattMurdoch RT @StanfordBiz: Empathy – understanding how others
think and feel – is what connects us
https://t.co/Mb7olfI7Su https://t.co/T4xhaGPQaV
* Inbox
** AccuOrg Compiling to WebAssembly: It’s Happening
https://t.co/u0b141khNE
janux@PC-JM:~$ twidge lscommands
All available commands:
Name Description
-------------------- -------------------------------------------------------
dmsend Send direct message
block Start blocking someone
follow Start following someone
lsarchive List recent status updates you posted yourself
lscommands Display a list of all available commands
lsdm List recent direct messages to you
lsdmarchive List recent direct messages you sent
lsblocking List people you are blocking
lsfollowers List people that follow you
lsfollowing List people you are following
lsrecent List recent updates from your home timeline
lsreplies List recent messages mentioning you
lsrtreplies List others' retweets of your statuses
status Retrieve a single status
setup Interactively configure twidge for first-time use
unblock Stop blocking someone
unfollow Stop following someone
update Update your status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment