https://github.com/or13/gekkobot
A reddit bot for use with gekko
https://github.com/or13/gekkobot
bitcoin ethereum gekko reddit
Last synced: about 1 month ago
JSON representation
A reddit bot for use with gekko
- Host: GitHub
- URL: https://github.com/or13/gekkobot
- Owner: OR13
- Created: 2017-02-08T00:49:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T18:05:51.000Z (over 9 years ago)
- Last Synced: 2025-04-07T17:48:48.114Z (about 1 year ago)
- Topics: bitcoin, ethereum, gekko, reddit
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GekkoBot
A reddit bot for use with [gekko](https://github.com/OR13/gekko)
## Getting Started
- [Create a reddit account](https://www.reddit.com/login)
- [Create a script app](https://www.reddit.com/prefs/apps/)
- Add env variables to bash profile (see index.js)
```
git clone git@github.com:OR13/gekkobot.git
cd gekkobot
npm install
```
### Roadmap
- Ability to download user history within an interval
- Ability to download subreddit history within an interval
- Ability to classify text sentiment locally (for speed)
- Ability to compare user sentiment with subreddit sentiment in interval (searching for α)
- Ability to extract trade info from text (I BOUGHT ETH on X and SOLD on Y)
- Ability to create a post with market summary and trading strategy.
- Ability to comment on post with trading strategy.