An open API service indexing awesome lists of open source software.

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

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.