Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I somehow search for data? #37

Open
gabboraron opened this issue Nov 6, 2021 · 4 comments
Open

Can I somehow search for data? #37

gabboraron opened this issue Nov 6, 2021 · 4 comments

Comments

@gabboraron
Copy link

Can I search for a dataset via python API? I want to create a medical data search page, and I want to link to academictorrents, if any search result is available there, but for this, I need an option not to download a dataset, but also to search for them.

@ieee8023
Copy link
Member

ieee8023 commented Nov 6, 2021

The only option I see is an XML database file that we publish of title, infohash, and download link (you can change the word "download" to "details" to create the URL of a details page. You can download this and then perform a search locally for the term you want.
URL: https://academictorrents.com/database.xml

There were some programatic calls to the browse page happening before and the site cannot handle that demand so we do not support that because most searches were for unrelated things.

@gabboraron
Copy link
Author

Thank you!

How often is updated this file, so when should I download it again? Once each month?

@ieee8023
Copy link
Member

It should be updated within 24 hours of a database change. Once a month sounds good.

@gabboraron
Copy link
Author

I've created a python3 script for this, so I just post the link here, if anybody is interested in it later: https://github.com/gabboraron/felhoszamitasi_rendszerek/tree/main/tanulmanyok_beadandohoz/academictorrents_search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants