Skip to content

Commit cb9dc67

Browse files
committed
Fixed error in notebook and added updated README
1 parent 9e8f08d commit cb9dc67

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22

33
Just Another Bitcoin Analyzer.
44

5+
6+
## Execution
7+
8+
Run
9+
'''
10+
pip install -r requirements.txt
11+
python app.py
12+
'''
13+
514
## Incoming Changes
615

716

817
- [ ] Add a spam filtering system
918
- [ ] Create a model to predict price movements based on sentiment
1019
- [ ] Improve the tweet gathering system to avoid duplicate dates
11-
- [ ] Add visual interface to the library
12-
- [ ] Change the code from a notebook to python files and leave the notebook as a visual tool/tutorial
20+
- [x] Add visual interface to the library
21+
- [x] Change the code from a notebook to python files and leave the notebook as a visual tool/tutorial
1322

1423

1524
## Changelog

TweetScrapper.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"\n",
4040
"from tqdm import tqdm\n",
4141
"\n",
42-
"from JATS.src.JATS import JATS"
42+
"from src.JATS import JATS"
4343
]
4444
},
4545
{

src/crab.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)