Igor Brigadir
Igor Brigadir
afaik, JSON comes from linkurious visualisations: eg: https://linkurious.icij.org/widget/45747ce9 detailed in https://github.com/amaboura/panama-papers-dataset-2016/blob/master/COLLECTION.md data & label fields in Nodes and Edges JSON look like the most useful parts - everything else looks...
> Is there an equivalent to the https://twitter.com/notifications page ... but in the API? Sort of, not the notifications themselves, but all the activity - there's the Account Activity API...
> However, at first sight it looks as if it is websockets not REST api? Is there a way to access the SAME information (for e.g. the past few days)...
> Alpine had some issues compiling https://github.com/dw/py-lmdb with its version of gcc. I haven't tried running grab-site, but it _seems_ like installing py-lmdb works on `python:3.4-alpine` with this: ``` FROM...
I had docker already, but worth linking to https://docs.docker.com/engine/installation/ instructions I tried it with: `Ubuntu: 12.04.5 LTS, x86_64, 3.8.0-44-generic` `Docker: Docker version 1.7.1, build 786b29d` Ran (sudo for docker commands...
Unfortunately no - i remember this feature was around years ago, but it no longer works. The next best trick i use is searching for tweets with `url:twitter.com/i/lists` like https://twitter.com/search?q=url%3Atwitter.com%2Fi%2Flists%20web3&src=typed_query&f=live...
Ah good point - I've been meaning to double check the languages again. That list is useful. For my own reference later: Current List (60): ``` lang:am Amharic (አማርኛ) lang:ar...
That might make a good section "Limitations", i'll have a look and see if i can gather up some more numbers for these.
As far as i know, it was bogus back then and it's still bogus in 2020. I'm not aware of any other newer replications https://arxiv.org/abs/1902.10739 is the latest.
I think you can use Jitpack for this, in `pom.xml`: ```xml jitpack.io https://jitpack.io ``` Add dependency ```xml com.github.mimno Mallet v2.0.8 ``` Or for latest master: ```xml com.github.mimno Mallet master-SNAPSHOT ```