Skip to content

Python package for monitoring and distributing report about the social conversation and press release related to covid-19/coronavirus at Dan Klores Communications.

License

Notifications You must be signed in to change notification settings

szuminyu/CovidSocial

Repository files navigation

Covid-19 Social Conversation and Press Tracking

CovidSocial provides social conversation and press tracking regarding Covid-19/coronavirus. This is a PR emergency project at DKC Analytics. You might find it most useful for tasks involving generating and distributing reports about Covid-19 by running main.py.

Typical usage often looks like this:

import covidsocial
from covidsocial.conversation import Infegy
from covidsocial.press import Newswhip_article, Newswhip_stats


#type your API keys
conversation_key = 'conversation_key'
press_key = 'press_key'

#execute main
covidsocial.main()

The data source is from two platforms, Infegy and NewsWhip.

You can consult the sample report for the output.

About

Python package for monitoring and distributing report about the social conversation and press release related to covid-19/coronavirus at Dan Klores Communications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published