"We really needed to understand how this might transform culture and public communication," says social media expert Jean Burgess from QUT. Pic: Sarah Marshall
- JILL ROWBOTHAM HIGHER EDUCATION WRITER
| { | |
| "created_at": "Mon Sep 09 00:18:40 +0000 2019", | |
| "id": 1170853995981737984, | |
| "id_str": "1170853995981737984", | |
| "full_text": "Met PM @jacindaardern at the Beehive today for a followup discussion on the Christchurch call. Also my first time in New Zealand. Kind folks and beautiful environment. https://t.co/XQWdPrHrf4", | |
| "truncated": false, | |
| "display_text_range": [ | |
| 0, | |
| 167 | |
| ], |
| { | |
| "data": { | |
| "id": "1191481292464017408", | |
| "created_at": "2019-11-04T22:24:11.000Z", | |
| "text": "rereading T.S. Eliot's Macavity: The Mystery Cat for various TTRPG reasons and I've always appreciated the incredible escalation between these two verses https://t.co/UQos8xAkRb", | |
| "author_id": "21946225", | |
| "attachments": { | |
| "media_keys": [ | |
| "3_1191481277880385536" | |
| ] |
"We really needed to understand how this might transform culture and public communication," says social media expert Jean Burgess from QUT. Pic: Sarah Marshall
| """ | |
| Compare Standard Search and Premium Search. | |
| (Retweets and replies are included, not using paid premium here so this operator is unavailable.) | |
| Rule length exceeds the max allowable. The max is 256, both were edited to match. | |
| Dates for standard are set in query, dates for premium in parameters. 2019-12-05 to 2019-12-10 | |
| """ | |
| RESTAPI_QUERY = '(place:4ec01c9dbc693497) ("bear cub" OR "brown bear" OR "black bear") (-"bear and peacock" -"golden bear" -"metz bear home" -baseball -bearandpeacock -championship -chicago -coach -fans -golden -halftime -hockey -homerun -inning -nfl -polar -team -teddy) (since:2019-12-05 until:2019-12-10)' |
File ID: https://drive.google.com/file/d/1UibyVC_C2hoT_XEw15gPEwPW4yFyJFeOEA/view?usp=sharing
1UibyVC_C2hoT_XEw15gPEwPW4yFyJFeOEA
< 100 MB "Small File"
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O FILENAME
> 100 MB "Large File"
| <html> | |
| <body> | |
| <div id="tweet-463440424141459456"> | |
| <!-- This is from publish.twitter.com / oembed API call https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-oembed --> | |
| <blockquote class="twitter-tweet"><p lang="en" dir="ltr">Sunsets don't get much better than this one over <a href="https://twitter.com/GrandTetonNPS?ref_src=twsrc%5Etfw">@GrandTetonNPS</a>. <a href="https://twitter.com/hashtag/nature?src=hash&ref_src=twsrc%5Etfw">#nature</a> <a href="https://twitter.com/hashtag/sunset?src=hash&ref_src=twsrc%5Etfw">#sunset</a> <a href="http://t.co/YuKy2rcjyU">pic.twitter.com/YuKy2rcjyU</a></p>— US Department of the Interior (@Interior) <a href="https://twitter.com/Interior/status/463440424141459456?ref_src=twsrc%5Etfw">May 5, 2014</a></blockquote> | |
| </div> | |
| <!-- | |
| ... more tweets here - in a div to make them easy to extract later. |
| #!/bin/bash | |
| # Parse file name (can sometimes break with strange names but works with most) | |
| FILE="$(basename $1 .pdf)" | |
| # Bookletize | |
| pdfbook $FILE".pdf" | |
| # Launch pdf viewer of your choice to preview and print | |
| evince $FILE"-book.pdf" | |
| # Remove temporarily created files after veiwer is closed | |
| rm $FILE"-book.pdf" |
Like a lot of people, i prototype things in notebooks. When it comes to working with GPUs, a common problem i've had to deal with over and over is keeping my environment in delicate balance.
A Stable arrangement I ended up using:
I found out the endpoints for bookmark with Chrome Developer Tools: GET timeline/bookmark, POST bookmark/entries/remove, POST bookmark/entries/remove.
The rate limits below are values returned by an official endpoint GET application/rate_limit_status.
This document is still a work in progress because I got stuck in GET timeline/bookmark. Please let me know if you find how to use it.
x-csrf-token in a request header and ct0 in a cookie are the same value. Twitter uses them to avoid CSRF attacks. I recommend that you extract the values from your browsers.POST oauth2/token.