https://github.com/incubated-geek-cc/drugbankapicrawler
Using Java to crawl the DrugBank's Drug-Drug Interaction (DDI) JSON dataset.
https://github.com/incubated-geek-cc/drugbankapicrawler
data-crawling drugs java
Last synced: about 1 month ago
JSON representation
Using Java to crawl the DrugBank's Drug-Drug Interaction (DDI) JSON dataset.
- Host: GitHub
- URL: https://github.com/incubated-geek-cc/drugbankapicrawler
- Owner: incubated-geek-cc
- Created: 2021-09-13T08:03:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T08:58:11.000Z (about 4 years ago)
- Last Synced: 2025-09-08T22:32:54.533Z (about 1 month ago)
- Topics: data-crawling, drugs, java
- Language: Java
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrugBankAPICrawler
### Demonstrating how to retrieve drug interaction data from [the DrugBank](https://go.drugbank.com/drugs/)### Article
#### Link: https://geek-cc.medium.com/how-you-can-crawl-the-list-of-drug-drug-interactions-ddi-from-the-drugbank-with-java-9280b3f45b95### List of JAR Dependencies Used
* commons-logging-1.2.jar
* httpclient-4.5.2.jar
* httpcore-4.4.12.jar
* json-20140107.jar