wiki stock information crawler
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pysymbolscanner-1.13.2.tar.gz.
File metadata
- Download URL: pysymbolscanner-1.13.2.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53e08ea2eba5ed6b57ab1d790b2580473570e19f6ffd7941c13e2902bafff44b
|
|
| MD5 |
7bdf6519bdfb84507c4886fb375d4bcd
|
|
| BLAKE2b-256 |
1862a7d574a29e7bd6e7c4d4c4b1541fe38e3097d955cfc15fd3b75215604b4e
|
File details
Details for the file pysymbolscanner-1.13.2-py3-none-any.whl.
File metadata
- Download URL: pysymbolscanner-1.13.2-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b106d17b1d57543a18721617cb7b7c240ac532fb6fca932c626a5154ac1c303f
|
|
| MD5 |
c9ab7df0559539bf6373d628588822a5
|
|
| BLAKE2b-256 |
fa1767ff28291e9f8223d5dc88aab73e320cec4078afaf46c99351699af22de1
|