Skip to content

pacuna/disqus-random-comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Disqus Comment

This application gets a random comment from a disqus thread. It uses ruby for back-end requests, so you need to create a Disqus application (which is also needed if your accessing private data (user emails, user locations, etc).

Deployment

The project comes with a Dockerfile for deploying the application using Nginx and passenger.

Using docker (or boot2docker if you're on Mac OS X) run:

docker build -t drc .
docker run --name drc -p 80:80 -e FORUM_ID=YOURFORUMID -e API_SECRET=YOURAPISECRET -e API_KEY=YOURAPIKEY -e ACCESS_TOKEN=YOURACCESSTOKEN -d drc

Visit your container ip.

About

Get a random comment from a Disqus thread

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published