commit
9a6b975187
3
.gitignore
vendored
3
.gitignore
vendored
@ -11,4 +11,5 @@ app/ml_models/weights
|
|||||||
app/json/*
|
app/json/*
|
||||||
fastify/node_modules
|
fastify/node_modules
|
||||||
pocketbase/*
|
pocketbase/*
|
||||||
helper.txt
|
helper.txt
|
||||||
|
env/*
|
||||||
33
README.md
33
README.md
@ -26,7 +26,38 @@ Built with:
|
|||||||
- [Redis](https://redis.io/): Caching Data
|
- [Redis](https://redis.io/): Caching Data
|
||||||
|
|
||||||
# Getting started
|
# Getting started
|
||||||
Coming soon to run stocknear locally on your machine.
|
Follow the instructions below to run stocknear locally on your machine.
|
||||||
|
|
||||||
|
## Prerequisites & Resources
|
||||||
|
|
||||||
|
* Python 3.x (Recommended: 3.10.12 or higher)
|
||||||
|
* Pip (Python package installer)
|
||||||
|
* PocketBase (Download and install from: https://pocketbase.io/
|
||||||
|
|
||||||
|
* Download schemas, databases and configurations files:
|
||||||
|
* stocks.db [TODO - add link]
|
||||||
|
* crypto.db [TODO - add link]
|
||||||
|
* institute.db [TODO - add link]
|
||||||
|
* json.zip folder [TODO - add link]
|
||||||
|
* pocketbase schema [TODO - add link]
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. **Set up virtual env:**
|
||||||
|
|
||||||
|
`python -m venv env`
|
||||||
|
|
||||||
|
`source env/bin/activate` # On macOS/Linux
|
||||||
|
|
||||||
|
`.\env\Scripts\activate` # On Windows
|
||||||
|
|
||||||
|
2. **Install dependencies:**
|
||||||
|
|
||||||
|
`pip install -r requirements.txt`
|
||||||
|
|
||||||
|
## Run
|
||||||
|
|
||||||
|
`python .\app\main.py`
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
Stocknear is open-source software and you're welcome to contribute to its development.
|
Stocknear is open-source software and you're welcome to contribute to its development.
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
benzinga
|
||||||
|
urllib3==1.26.18
|
||||||
yfinance
|
yfinance
|
||||||
datetime
|
datetime
|
||||||
pandas
|
pandas
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user