Skip to content

Commit d075faa

Browse files
committed
Add .gitignore and README.md
1 parent ced0d3a commit d075faa

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# folders
2+
.idea
3+
src/rankr/archive
4+
5+
# files
6+
setup/config.yaml
7+
setup/keys.yaml

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Fururankr
2+
#### Twitter trader trade monitor
3+
4+
To run the program start your local environment with Python 3.6+
5+
and install requirements.txt. Then activate your env and, from `/src` run:
6+
7+
```commandline
8+
python -m interface.cli.client
9+
```
10+
11+
For questions: [[email protected]](mailto:[email protected])

0 commit comments

Comments
 (0)