The lib scans wiki pages and updates symbol source of pytickersymbols
Project description
install
pip install pysymbolscanner
pysymbolscanner
Stock symbol scanner for pytickersymbols. The tool scans several wikipedia pages to create an update via PR.
basic usage
Starts symbol scanner without cache:
pysymbolscanner --input stocks.yaml --output stocks2.yaml
Starts symbol scanner with cache (skips time-consuming wiki scans if they have already been done):
pysymbolscanner --cache --input stocks.yaml --output stocks2.yaml
install pycurl on macos
When you got the error message src/pycurl.h: fatal error: 'openssl/ssl.h' file not found
you can try:
pip uninstall pycurl
export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
pip install --compile --install-option="--with-openssl" pycurl
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
pysymbolscanner-1.2.4.tar.gz
(15.3 kB
view hashes)
Built Distribution
Close
Hashes for pysymbolscanner-1.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2e48ad4c63e4f102592b2c897bb354af24ad3a0aa938c85468fe0d8b91a041d |
|
MD5 | f6e15e4ce34f32738be83546519fed32 |
|
BLAKE2b-256 | 635c04ee1267f803df63884f0326eec33300cb1fc95a6019d227f23c80097ac5 |