Library for data mining about covid-19 in brazilian cities
Project description
CovidBr
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
covidbr-0.1.102.tar.gz
(11.3 kB
view details)
Built Distribution
covidbr-0.1.102-py3-none-any.whl
(13.5 kB
view details)
File details
Details for the file covidbr-0.1.102.tar.gz
.
File metadata
- Download URL: covidbr-0.1.102.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9609ee353fd8b03a35e1decce83645e8581d57d0fa172e1b3acb79294a199ca |
|
MD5 | c574934e4ef9021eec67fbfb1f88c04a |
|
BLAKE2b-256 | 738efe7061495602fba79abd2ee2407aee05e92d00463a5fad1fe207a4734f03 |
File details
Details for the file covidbr-0.1.102-py3-none-any.whl
.
File metadata
- Download URL: covidbr-0.1.102-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ce4bb7465358fdba6f69e12b31623e1979dbd357440881dff1cd67271ac7b44 |
|
MD5 | 318ed15c173227b1e54200c73cda3dc4 |
|
BLAKE2b-256 | 3101f828ff000d6cab2b623c39c15b3fe2c64650ed9577a575a8dde5369b0f55 |