Skip to main content

Library for data mining about covid-19 in brazilian cities

Project description

CovidBr




PyPI - Downloads
CodeFactor Grade

Library for data mining about covid-19 in brazilian cities 📈📊📚


Installation

$ pip install covidbr -U

Examples

Get data from cities

import covidbr as cb
cb.show_console(True)

place = 'Petrolina PE'
data_pet = cb.city(place)

publishing painel data from covid on the instagram

import covidbr as cb
cb.show_console(True)

cityes = ['juazeiro BA','Petrolina PE']
for city in cityes:

    data_covid = cb.data_from_city(city)
    cb.publish_painel_covid(data=data_covid,user='user_insta',password='password_insta')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

covidbr-0.1.103-py3-none-any.whl (13.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page