Skip to content

Commit

Permalink
Add .gitignore and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OTC-auto committed Jan 23, 2022
1 parent ced0d3a commit d075faa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# folders
.idea
src/rankr/archive

# files
setup/config.yaml
setup/keys.yaml
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Fururankr
#### Twitter trader trade monitor

To run the program start your local environment with Python 3.6+
and install requirements.txt. Then activate your env and, from `/src` run:

```commandline
python -m interface.cli.client
```

For questions: [[email protected]](mailto:[email protected])

0 comments on commit d075faa

Please sign in to comment.