Stocktwits collector Python package
Project description
Stocktwits collector package is implemented for collecting the twits of Stocktwits on your local.
The goal is to implement this package for each Stocktwits API and to manage how to download many data on more files to avoid networking issues and to require again all data but only the missing part.
It is part of the educational repositories to learn how to write stardard code and common uses of the TDD.
Installation
If you want to use this package into your code, you can install by python3-pip:
pip3 install stocktwits_collector
python3
>>> import stocktwits_collector.collector as Collector
>>> help(Collector)
Development
The package is not self-consistent. So after to have downloaded the package by github and you have to install the requirements:
git clone https://github.com/bilardi/stocktwits-collector
cd stocktwits-collector/
pip3 install --upgrade -r requirements.txt
See the documentation to contribute.
Documentation
Read the documentation on readthedocs for
Usage
Development
Change Log
See CHANGELOG.md for details.
License
This package is released under the MIT license. See LICENSE for details.
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 stocktwits-collector-0.3.2.tar.gz
.
File metadata
- Download URL: stocktwits-collector-0.3.2.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f47918b7eb722976da0523aed5728584d6a67264dd7989baf03b462e0006ca0b |
|
MD5 | 62d31fc89a4c87d1ca594b3fc6737020 |
|
BLAKE2b-256 | 6cdf831c21eb6b702aa47571ce93331a3d1c61407acc967bc5c8b63eae380796 |
File details
Details for the file stocktwits_collector-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: stocktwits_collector-0.3.2-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f31753553a69c057f8d720816e331ee8265461a6eb6337c7a7b3a707b453dd46 |
|
MD5 | 3559166a47ebf3d8866058292c25dc1b |
|
BLAKE2b-256 | 26e337599f563d48f0e596db631b72a4596992ca600f3abc8785949ae5e0c2a7 |