-
Hi! Two questions:
1) when I want to manually update the corpus, would just plain old adding lines of text work fine "out of the box", or would I need to carry out some re-learn/update process?
…
-
The statusesUpdate() method that is used to post a new status takes all parameters (including status), json_encodes them, and adds them to the body of the request. It then makes a POST request with Co…
-
Hi, Linvi!
I'm working with tweetinvi to create a DM chatbot, and I'd find it great to have some quick reply buttons in DM, which doesn't seem so hard on Twitter's repository but it turns out to be…
-
I have search query with geocode. How to specify it in the twurl ?
Is following the right way ?
twurl "/1.1/search/tweets.json?q=UCLAAthletics OR uclafootball&geocode=34.161389,-118.1675,5mi"
-
How do I pass next_cursor while using the endpoint `/1.1/direct_messages/events/list.json`
When I tried `twurl -X GET "/1.1/direct_messages/events/list.json?next_cursor=cursor_value"` it's returnin…
-
I did `sudo gem install twurl` and everything when fine and version 0.6.7 is successfully installed :)
Then authorized the app `twurl authorize -u X -p X --consumer-key X --consumer-secret X` and supp…
-
I was unable to use `accounts`, so I ran `gem uninstall twurl` and then `gem install twurl`, getting 0.9.3. I made sure all my other gems were updated. I authorized my Twitter account, and can post …
-
My solution: gem install require_all and then apply this diff: http://gist.github.com/400489.
-
I posted a SO question as well. https://stackoverflow.com/questions/45202177/nodejs-twitter-ads-lib-cannot-find-my-account-account-myaccountnumber-was-not
Any help is appreciated.
I'm assuming…
-
I'm using twurl via the Mac Terminal and everything works fine except that I get timeout errors (for certain keywords) when accessing the search API. Is there anyway to rescue these timeout errors or …