Skip to content

Commit

Permalink
Update scrape_news_api_UX.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arya-zs authored Nov 20, 2023
1 parent c5bcdd3 commit 23fe594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scrape_news_api_UX.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def generate_markdown(articles, keyword, file):
# Open the README.md file in write mode to refresh its content
with open('README.md', 'w') as file:
file.write('# Latest News\n\n')
keywords = ["Pharmaceutical Industry","New Drug Approvals","FDA Approval","Clinical Trials","Drug Development","Pharma Mergers & Acquisitions","Pharmaceutical Regulation","Drug Safety","Pharma Patent","Life Sciences","Biotechnology","Genomics","CRISPR","Bioinformatics","Molecular Biology","Cell Therapy","Precision Medicine","Life Science Research","Medical Devices","Medical Device Innovation","FDA Device Approval","Wearable Health Tech","Medical Imaging Technology","Surgical Instruments","Diagnostic Equipment","Healthcare Sector","Digital Health","Telemedicine","Healthcare Policy","Patient Care Innovation","Health Insurance","Public Health","Specific Therapeutic Areas","Oncology","Neurology","Cardiology","Immunology","Diabetes","Rare Diseases","Business and Market Trends","Pharma Market Trends","Biotech Startups","Healthcare Investment","Biopharma Partnerships","Pharmaceutical Marketing","Emerging Technologies","AI in Pharma","Machine Learning in Drug Discovery","Blockchain in Healthcare","3D Printing in Medicine","Regulatory and Compliance","FDA Regulations","EMA Guidelines","Clinical Trial Regulation","Healthcare Compliance"] # Example keywords
keywords = ["Pharmaceutical Industry","New Drug Approvals","FDA Approval","Clinical Trials","Drug Development"] # Example keywords

for keyword in keywords:
articles = fetch_news(api_key, keyword)
Expand Down

0 comments on commit 23fe594

Please sign in to comment.