twitter-tools icon indicating copy to clipboard operation
twitter-tools copied to clipboard

Twitter Tools

Results 16 twitter-tools issues
Sort by recently updated
recently updated
newest added

I want to collect the twitter collection 2011. When I build the project with maven, the test URL in FetchStatusTest.java is access denied. However, I can visit this URL in...

I want to get the twitter collection 2011 dataset. when i run the AsyncHTMLStatusBlockCrawler class, the output file is alwals null. Should i configure the accessToken and accessTokenSecret, like twitter4j?

`FRIENDS_COUNT` and `FOLLOWERS_COUNT` fields were getting the opposite values.

I need the twittertools crawler to be able to output multiple formats. Well, I need to add support for outputting CBOR. I'm not proud of this patch, but just can't...

Hi, I am on windows machine and I'm using gcc with cygwin64 in order to compile trec_eval. Nevertheless, I have an error about VERSIONID: trec_eval.c:7:26: error: ‘VERSIONID’ undeclared here (not...

fixed typo [getting stated --> getting started]

Since the current RM3 implementation doesn't implement duplicate removal, trec_eval doesn't work on output (needs to be hand-hacked to delete duplicates).

Hi there, Since yesterday I’ve been facing an error when using the API: java.net.ConnectException: Connection timed out: connect at org.apache.thrift.transport.TSocket.open(TSocket.java:185) at cc.twittertools.search.api.TrecSearchThriftClient.search(TrecSearchThriftClient.java:36) at search.BaseSearch.main(BaseSearch.java:58) Caused by: java.net.ConnectException: Connection timed out:...