A reddit bot for use with gekko
- Create a reddit account
- Create a script app
- Add env variables to bash profile (see index.js)
git clone [email protected]:OR13/gekkobot.git
cd gekkobot
npm install
- 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.