Akash Upadhyay
Akash Upadhyay
Hi @rahulbot, as you've mentioned above a rough outline I implemented it [here](https://github.com/Spectre-ak/fetch-news-api-sources). What else would be needed for this issue? Thanks
I have an idea The news api provides the query search parameter q in their everything endpoint. the documentation states that `q Keywords or phrases to search for in the...
Yes you're right q is parameter is not necessary. I'll give a try and let you know how much sources I was able to extract and if reached max domains...
Got ~40 new sources then `{'status': 'error', 'code': 'rateLimited', 'message': 'You have made too many requests recently. Developer accounts are limited to 100 requests over a 24 hour period (50...
Extracted **5,731** different sources using keywords(3000) filter. URL length reaches ~16,000 (including domain names(which is to be removed) ) and response on GET is `Request URL Too Long. HTTP Error...
Hi @rahulbot this link https://developer.nytimes.com/times_tags_v3.json#/README is not working. Also over here https://developer.nytimes.com/docs/timestags-product/1/overview they say that the API is deprecated and have to use Semantic API. If you could provide some...
Followed your process as below 1. Used this https://api.nytimes.com/svc/semantic/v2/concept/suggest endpoint and extracted suggested tags list for each of the labels you provided. The same label list with tags attached is...
Hi, I've added MANIFEST_bids_monitor.in, README_bids_monitor.rst and updated the code as per the suggestions. Can you please check again? Thanks
Hi @popaula937 @liadomide , I've added unit tests TestBIDSDataBuilder, TestBIDSDirWatcher please take a look thanks
Can I work on this?