Skip to content

Simple repo to look for stories in the news about drone incidents

License

Notifications You must be signed in to change notification settings

dhs-gov/droneReporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

droneReporter

This is a simple news analyzer that can be used to pull and analyze google news stories based on user-defined terms. It then runs those articles through an LLM to determine if it meets the context the user was looking for, and then returns those articles as JSON objects.

Installation

Needs python versions of:

  • Ollama
  • gnews
  • newspaper3k
  • googlenewsdecoder
  • geopy
  • yaml

Customization

Modify the context.yaml file to change the search terms, context, and llm model you want the system to search for or use.

About

Simple repo to look for stories in the news about drone incidents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%