Skip to content

praneet390/Stock-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

The login credentials are required to make your own database with users and passwords.

For example, create a new MySQL/MariaDB user, and whilst logged into it -

MariaDB [(none)]> create database stocks;
Query OK, 1 row affected (0.023 sec)

MariaDB [(none)]> use stocks;
Database changed
MariaDB [stocks]> create table test(email varchar(255), password varchar(255));
Query OK, 0 rows affected (0.153 sec)

MariaDB [stocks]> insert into test values ("user", "hello1234") 
Query OK, 1 row affected (0.029 sec)

Set the environmental variables MYSQL_HOST to the hostname, MYSQL_USER and MYSQL_PASS to username and password of the new user. Run using python Stock-Predictor/main.py

About

Checks the predictability of the stock for the next few days. Also has the feature to compare two given stocks.[NASDAQ listed]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages