An open API service indexing awesome lists of open source software.

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.

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

![Data Conversion](https://github.com/incubated-geek-cc/DrugBankAPICrawler/raw/main/img/ddi.png)