Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali-raheem/redditcryptoexchangebot
A Bot to run a crypto exchange on Reddit
https://github.com/ali-raheem/redditcryptoexchangebot
bot cryptocurrency exchange reddit
Last synced: 13 days ago
JSON representation
A Bot to run a crypto exchange on Reddit
- Host: GitHub
- URL: https://github.com/ali-raheem/redditcryptoexchangebot
- Owner: ali-raheem
- License: gpl-3.0
- Created: 2018-01-16T19:01:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T19:04:37.000Z (almost 7 years ago)
- Last Synced: 2024-10-25T06:49:41.430Z (2 months ago)
- Topics: bot, cryptocurrency, exchange, reddit
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit Crypto Exchange GPLv3
Fantasy Crypto Trading. Put your money where your mouth is!
Live realtime exchange prices.
Majority of coins supported from bitcoin to shitcoin.
### Usage
Commands: !JOIN, !CHECK [username], !SELL, !BUY
Sell and buy have the same format for transactions, like
```
!SELL 5 XMR
```All sell and buy transactions use BTC as the other currency.
!CHECK on it's own will return your assets, but it can also be run with an username as an argument to check someone elses results.
### Running
Edit main.py with your Reddit API keys and password.
```
$ mongod
$ python3 main.py
```### Dependencies
* Python3
* PRAW - pip3 install praw
* pymongo - pip3 install pymongo
* MongoDB server - apt install mongodb-server#### Todo
* Web UI where you can see leaderboards and search for people.
* Clean up the code. It's horrible.