cricinfo-unofficial icon indicating copy to clipboard operation
cricinfo-unofficial copied to clipboard

Great Job

Open alphaDroid89 opened this issue 8 years ago • 24 comments

@prime-optimus Thanks for this wonderful api, so far i wait for this one. if possible to gave Team flag/Icon in both score and all matches api.

Thanks

alphaDroid89 avatar Feb 13 '16 07:02 alphaDroid89

Hi @SkyNite, Thanks for the appreciation. And as far as your request is concerned, I wanted to keep this API data centric. Implementation specific details like Team Flag, Flag icon size etc. should ne the choice of developer designing interfaces.

However, i am keeping this ticket open for some time. If others support your cause, I'll be more than happy to incorporate this change.

Thanks again.

prime-optimus avatar Feb 13 '16 08:02 prime-optimus

Well, that would be nice if add that feature too.

maxakash avatar Feb 25 '16 17:02 maxakash

+1 for the API @prime-optimus . Yeah, This will reduce the overhead for the developers to find flag's and icon's of teams and add it. It's a good to have feature.

What about licence? is it under apache licence right? Add licence file.

shivarajp avatar Mar 20 '16 10:03 shivarajp

Thanks for the suggestion @shivarajp .

Yes it's under Apache license. I have added the license file too.

prime-optimus avatar Mar 20 '16 10:03 prime-optimus

Cool..

On Sun 20 Mar, 2016 4:29 pm Mukesh Prasad, [email protected] wrote:

Thanks for the suggestion @shivarajp https://github.com/shivarajp .

Yes it's under Apache license. I have added the license file too.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/prime-optimus/cricinfo-unofficial/issues/1#issuecomment-198896800

shivarajp avatar Mar 20 '16 13:03 shivarajp

Great job on the Match API! When do you plan on releasing the player API as well?

nitish29 avatar Apr 04 '16 18:04 nitish29

Thanks nitish29, I'm currently overwhelmed with some other projects. I'll be working on the Player API as soon as I get some time.

prime-optimus avatar Apr 04 '16 18:04 prime-optimus

@MukeshPrasad cricinfo provides these feeds for free? What if there are we hit 1000's of hits they will block it?

On Tue, Apr 5, 2016 at 12:07 AM, Mukesh Prasad [email protected] wrote:

Thanks nitish29, I'm currently overwhelmed with some other projects. I'll be working on the Player API as soon as I get some time.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/prime-optimus/cricinfo-unofficial/issues/1#issuecomment-205440908

Shivaraj Patil | Triveous | [email protected] [email protected] | +91-7353489699

shivarajp avatar Apr 05 '16 05:04 shivarajp

That's where caching jumps in. If all the 1000 requests are concurrent will be having same data so calls to cricinfo will be only 1.

prime-optimus avatar Apr 05 '16 08:04 prime-optimus

That's where caching comes into the picture. Most of the requests will be served from within the cache and cricinfo will be contacted for the least amount of time, i.e. when new data is available.

prime-optimus avatar Apr 05 '16 08:04 prime-optimus

Yeah, agreed. Any idea till how many request's/day/month cricinfo will allow for free? have you ever experienced such a scenario or have any stats? what is your view point on this? This is very important for me if I integrate this and later for some reason cricinfo blocked means gone I will loose all users.

Any help would be really helpful.

Thanks,

El mar., 5 de abril de 2016 13:47, Mukesh Prasad [email protected] escribió:

That's where caching comes into the picture. Most of the requests will be served from within the cache and cricinfo will be contacted for the least amount of time, i.e. when new data is available.

— You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub https://github.com/prime-optimus/cricinfo-unofficial/issues/1#issuecomment-205716174

shivarajp avatar Apr 05 '16 09:04 shivarajp

I'm not using any standard Cricinfo API, rather I am scraping data from Cricinfo's HTML website. And I don't think(or know of) any limitations in accessing the Cricinfo site.

So while integrating this API I will not fear of any blocking by Cricinfo.

prime-optimus avatar Apr 05 '16 15:04 prime-optimus

Hi Mukesh,

Thanks for your reply.

I think they will block your server IP if it is hitting few thousand requests everyday. Anyway nice work man.

Thanks a lot.

On Tue, Apr 5, 2016 at 8:38 PM, Mukesh Prasad [email protected] wrote:

I'm not using any standard Cricinfo API, rather I am scraping data from Cricinfo's HTML website. And I don't think(or know of) any limitations in accessing the Cricinfo site.

So while integrating this API I will not fear of any blocking by Cricinfo.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/prime-optimus/cricinfo-unofficial/issues/1#issuecomment-205850121

Shivaraj Patil | Triveous | [email protected] [email protected] | +91-7353489699

shivarajp avatar Apr 05 '16 18:04 shivarajp

Yeah, there is a faint possibility. I've tested it by hitting cricinfo multiple times using 200 threads. But they haven't blocked me out. I don't think we can generate more traffic to cricinfo than it already is handling.

prime-optimus avatar Apr 05 '16 18:04 prime-optimus

Yeah, but still we have to make sure that we are not crossing the limit.

On Wed, Apr 6, 2016 at 12:04 AM, Mukesh Prasad [email protected] wrote:

Yeah, there is a faint possibility. I've tested it by hitting cricinfo multiple times using 200 threads. But they haven't blocked me out. I don't think we can generate more traffic to cricinfo than it already is handling.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/prime-optimus/cricinfo-unofficial/issues/1#issuecomment-205937489

Shivaraj Patil | Triveous | [email protected] [email protected] | +91-7353489699

shivarajp avatar Apr 05 '16 18:04 shivarajp

Yup, sure. But only if know if there is any limit.

prime-optimus avatar Apr 05 '16 18:04 prime-optimus

There is a limit. This happened with my frieds, we are free to use until they notice.

On Wed, Apr 6, 2016 at 12:12 AM, Mukesh Prasad [email protected] wrote:

Yup, sure. But only if know if there is any limit.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/prime-optimus/cricinfo-unofficial/issues/1#issuecomment-205942069

Shivaraj Patil | Triveous | [email protected] [email protected] | +91-7353489699

shivarajp avatar Apr 06 '16 05:04 shivarajp

Yeah, but there's a risk worth taking if you don't want to use any Paid Cricket API.

prime-optimus avatar Apr 06 '16 19:04 prime-optimus

Ha ha Exactly.

On Thu, Apr 7, 2016 at 1:17 AM, Mukesh Prasad [email protected] wrote:

Yeah, but there's a risk worth taking if you don't want to use any Paid Cricket API.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/prime-optimus/cricinfo-unofficial/issues/1#issuecomment-206529844

Shivaraj Patil | Triveous | [email protected] [email protected] | +91-7353489699

shivarajp avatar Apr 07 '16 06:04 shivarajp

+1

karneaud avatar Jul 02 '16 20:07 karneaud

score is not updating since yesterday.. please check it bro..

ahripon107 avatar Sep 20 '16 11:09 ahripon107

I think it is in accordance to RSS feed provided by Cricinfo. Check here.

http://static.espncricinfo.com/rss/livescores.xml

prime-optimus avatar Sep 20 '16 15:09 prime-optimus

Both the apis are getting 502 or 503. Think it is blocked by cricinfo.

ahripon107 avatar Sep 25 '16 13:09 ahripon107

I checked them. It is working now.

prime-optimus avatar Sep 29 '16 19:09 prime-optimus