Skip to content

Commit f8c86bb

Browse files
committed
add projects
1 parent 74aab9d commit f8c86bb

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

examples/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Examples
2-
#### _Examples require [this poloniex module](https://github.com/s4w3d0ff/python-poloniex) to be installed._
2+
##### _Examples require [this poloniex module](https://github.com/s4w3d0ff/python-poloniex) to be installed._
33

44
## Chart:
55
Saves chart data in a mongodb collection and returns a pandas dataframe.
6-
### Requirements:
7-
pip:
6+
#### Requirements:
87
```
98
pandas
109
numpy
@@ -15,11 +14,9 @@ Chart examples require [mongod](https://www.mongodb.com/) running locally.
1514

1615
## Loanbot:
1716
Helps your loan offers get filled and keeps them from going 'stale'
18-
### Requirements:
19-
Just [this git repository](https://github.com/s4w3d0ff/python-poloniex).
20-
2117

2218
## Websocket:
2319
Examples of how to use the websocket api to create tickers, stoplimits, etc.
24-
### Requirements:
25-
Just [this git repository](https://github.com/s4w3d0ff/python-poloniex) v0.5+.
20+
21+
### Projects using `python-poloniex`:
22+
- [donnie](https://github.com/s4w3d0ff/donnie) - 'Poloniex tradebot toolkit for Python 3+'

0 commit comments

Comments
 (0)