IntelligenceX / SDK

Public SDK for Intelligence X
https://intelx.io
405 stars 93 forks source link

add export feature to intelxapi #559

Closed anhtn512 closed 3 months ago

anhtn512 commented 5 months ago

Hi team, While using Intelx and its API, I found that exporting was frequent and time-consuming. I found an api that can automate the export search process and integrated it into the existing SDK

Actually I created a pull request before but at a different repo. Here I was instructed to create a pull request to this repo. please take a look at it

Kleissner commented 3 months ago

@anhtn512 can you please open a PR for this to the master branch?

Also this should be the export endpoint?!

        r = requests.get(f"{self.API_ROOT}/intelligent/search?id={id}&f={start}&l={end}", headers=h, stream=True)
cmlh commented 1 week ago

I'll update @anhtn512 Pull Request and merge into the master/main branch @Kleissner