VAERS DATA DOWNLOADER
Project description
VAERS Downloader
This project downloads VAERS Data from https://vaers.hhs.gov/data.html it depends on tensorflow to automatically trained models to solve the captcha and download data into VAERS/
directory.
Install
pip install vaers_downloader
Usage
vaers_downloader [--start=2019] [--end=2019] [--directory=/tmp]
This will create a new directory named VAERS
in the currect directory where you ran the above command.
Pass a parameter or two for the start and end year as below to download data for those years only.
Default: basically will download all data from 2019 to whatever the year it is when you run it.
python -m vaers_downloader.download -s 2000
python -m vaers_downloader.download --start 1990 -e 1999 -d /tmp
Development
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
import os
import sys
sys.path.insert(0, './vaers_downloader')
from VAERSFileDownloader import updateVAERSFiles
updateVAERSFiles(
needsUpdate = True,
years = [2019, 2020, 2021, 2022],
workingDirectory = os.getcwd())
Thanks to Frank Knoll for the original code... https://github.com/KnollFrank/HowBadIsMyBatch
Tests
python setup.py test
License
See LICENSE
Authors
- Frank Knoll (https://github.com/KnollFrank)
- Alex Goretoy (https://github.com/McFlat)
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
Built Distribution
File details
Details for the file vaers_downloader-1.0.2.tar.gz
.
File metadata
- Download URL: vaers_downloader-1.0.2.tar.gz
- Upload date:
- Size: 5.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55c939545e55e4fea7afa3cb9181c36342cca0e8faa93e59e37639e8e4d05733 |
|
MD5 | a299151ecdce4699ee95eeded453d020 |
|
BLAKE2b-256 | 76eab14961458452206258eca99aabaf5566196f2a57d09d81b80788d4ea3878 |
File details
Details for the file vaers_downloader-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: vaers_downloader-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9edc2231bb2d1588142432cbc3982bd25e2821e8b4bb98a7615232727060c2d4 |
|
MD5 | 5ae825466dee4396798c9f65d983b18d |
|
BLAKE2b-256 | 0573db5028a7863629cab8c0c8afd24f762c194b1ca148d57a9c8798b9c84a5d |