Re: [twitter-dev] Oauth in Twitter via Python

2011-06-03 Thread James Gifford
The way I'm reading it it falls under 1. But I might be mistaken.

--James Gifford
http://jamesrgifford.com

On Jun 3, 2011, at 17:01, Correa Denzil mcen...@gmail.com wrote:

 Hi,

 I am collecting Twitter data for my research. The API says that :

 [1] Anonymous calls are based on the IP of the host and are permitted
 150 requests per hour. This classification includes unauthenticated
 requests (such as RSS feeds), and authenticated requests to resources
 that do not require authentication.

 [2] OAuth calls are permitted 350 requests per hour.

 I want to seek a clarification on point [1]. Lets say I want to access
 a list of followers of a user id (which is public). Would this be
 counted as rate limiting under point [1] or point [2] ?


 --Regards,
 Denzil

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] More than 1000 tweets per day

2011-05-31 Thread James Gifford
It's a twitter limitation.

https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following

So yes, you have to create 4 accounts to send 4,000 tweets.

Cheers,
James Gifford
http://jamesrgifford.com



On Mon, May 30, 2011 at 7:46 PM, tigreton bellih...@gmail.com wrote:
 Hi, i was searching and can't figure how to update more than 1.000
 tweets per day. It isn't spam, is for an application that i'm
 developing and it responds. For example: offers, films, restaurants...

 Must i create for example 4 users to send 4.000 tweets?
 How big applications does?

 Thanks, Jorge.

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Re: More than 1000 tweets per day

2011-05-31 Thread James Gifford
If that's the case, then I'd have to argue that twisst[1] needs to be shutdown.
However, I'm not a expert in the TOS. Can you link me to the section
of the TOS you were reading? I'm not finding it.

From what I'm seeing, it's alright.

Cheers,
James Gifford
http://jamesrgifford.com

[1] http://www.twisst.nl


On Tue, May 31, 2011 at 10:16 AM, tigreton bellih...@gmail.com wrote:
 I asked the same in the #twitterapi at freenode and they said i must
 read the terms of service. I did and i found with this:

 If you send large numbers of unsolicited @replies or mentions in an
 attempt to spam a service or link;
 And
 If you send large numbers of duplicate @replies or mentions;

 With the last, they will be duplicated but with differents mentions.
 For example, if 4 people ask for films at Sunday, they will get the
 same answer. @userasking film1, film2 at location on Sunday.

 There will be a large number of @replies, but they all will be
 solicited by the user. So i think there will not problem about
 creating 4 accounts(@appname1,@appname2 etc etc) to respond to 4.000
 users.

 If i'm wrong, please let me know.
 Thanks, Jorge.

 On 31 mayo, 15:50, James Gifford ja...@jamesrgifford.com wrote:
 It's a twitter limitation.

 https://support.twitter.com/articles/15364-about-twitter-limits-updat...

 So yes, you have to create 4 accounts to send 4,000 tweets.

 Cheers,
 James Giffordhttp://jamesrgifford.com







 On Mon, May 30, 2011 at 7:46 PM, tigreton bellih...@gmail.com wrote:
  Hi, i was searching and can't figure how to update more than 1.000
  tweets per day. It isn't spam, is for an application that i'm
  developing and it responds. For example: offers, films, restaurants...

  Must i create for example 4 users to send 4.000 tweets?
  How big applications does?

  Thanks, Jorge.

  --
  Twitter developer documentation and resources:https://dev.twitter.com/doc
  API updates via Twitter:https://twitter.com/twitterapi
  Issues/Enhancements 
  Tracker:https://code.google.com/p/twitter-api/issues/list
  Change your membership to this 
  group:https://groups.google.com/forum/#!forum/twitter-development-talk

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Re: More than 1000 tweets per day

2011-05-31 Thread James Gifford
Correct. Twisst uses more than one account. In fact (If I'm reading
this right) they make use of about 58 notification accounts for their
userbase of 30K.


Cheers,
James Gifford
http://jamesrgifford.com

On May 31, 2011, at 10:57, tigreton bellih...@gmail.com wrote:

 This is the simplified one is:
 https://support.twitter.com/articles/18311-the-twitter-rules
 And the large is:
 https://support.twitter.com/articles/76915-automation-rules-and-best-practices

 Thanks for the link and for the info. Twisst uses more than 1 account,
 not?

 Thanks, Jorge.

 On 31 mayo, 16:39, James Gifford ja...@jamesrgifford.com wrote:
 If that's the case, then I'd have to argue that twisst[1] needs to be 
 shutdown.
 However, I'm not a expert in the TOS. Can you link me to the section
 of the TOS you were reading? I'm not finding it.

 From what I'm seeing, it's alright.

 Cheers,
 James Giffordhttp://jamesrgifford.com

 [1]http://www.twisst.nl


 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Re: More than 1000 tweets per day

2011-05-31 Thread James Gifford
Welcome. Glad to help. :)

I'd recommend emailing api AT twitter DOT com and getting their take on it.

Cheers,
James Gifford
http://jamesrgifford.com



On Tue, May 31, 2011 at 11:40 AM, tigreton bellih...@gmail.com wrote:
 Oh! Awesome info! thanks.
 And do you know where can i ask for doing it? Or i can do it if i
 don't break the policies?

 Great Gifford.

 On 31 mayo, 17:32, James Gifford ja...@jamesrgifford.com wrote:
 Correct. Twisst uses more than one account. In fact (If I'm reading
 this right) they make use of about 58 notification accounts for their
 userbase of 30K.

 Cheers,
 James Giffordhttp://jamesrgifford.com

 On May 31, 2011, at 10:57, tigreton bellih...@gmail.com wrote:







  This is the simplified one is:
 https://support.twitter.com/articles/18311-the-twitter-rules
  And the large is:
 https://support.twitter.com/articles/76915-automation-rules-and-best-...

  Thanks for the link and for the info. Twisst uses more than 1 account,
  not?

  Thanks, Jorge.

  On 31 mayo, 16:39, James Gifford ja...@jamesrgifford.com wrote:
  If that's the case, then I'd have to argue that twisst[1] needs to be 
  shutdown.
  However, I'm not a expert in the TOS. Can you link me to the section
  of the TOS you were reading? I'm not finding it.

  From what I'm seeing, it's alright.

  Cheers,
  James Giffordhttp://jamesrgifford.com

  [1]http://www.twisst.nl

  --
  Twitter developer documentation and resources:https://dev.twitter.com/doc
  API updates via Twitter:https://twitter.com/twitterapi
  Issues/Enhancements 
  Tracker:https://code.google.com/p/twitter-api/issues/list
  Change your membership to this 
  group:https://groups.google.com/forum/#!forum/twitter-development-talk

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Re: Multiple Home timelines on one webpage

2011-05-30 Thread James Gifford
It's possible. You'll probably want to take a look at the
Fork-A-Twitter-Client project for some example JavaScript to get you
started.

Cheers,
James Gifford
http://jamesrgifford.com

On May 30, 2011, at 4:53, roderick roderickstanda...@hotmail.com wrote:

 I mean using the twitter API for my own website. So i want my website
 visitors give the opportunity to use  2 timelines next to eachother

 On 25 mei, 05:11, Mohan Arun mar...@gmail.com wrote:
 Is it possible to show multiple home timelines from 2 (or more)
 different accounts.

 I guess this is only possible with third-party twitter client like
 Hootsuite.

 - Mohan

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk