https://github.com/timonvs/beam-recommender
https://github.com/timonvs/beam-recommender
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timonvs/beam-recommender
- Owner: TimonVS
- Created: 2017-01-12T15:47:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T12:33:45.000Z (almost 9 years ago)
- Last Synced: 2025-04-02T05:31:58.101Z (9 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beam Recommender
## Development
1. [Install Docker (with Docker Compose)](https://docs.docker.com/compose/install/)
2. Clone this repository
3. Run `docker-compose build .` to build the container
4. Run `docker-compose up` to start the container
## Configuration
_If you haven't created a Reddit application yet, create a new application on ._
Create a `.env` file in the root of the project and fill in the following details from your Reddit application:
```
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
REDDIT_USER_AGENT=
```