couraudt / lbc_website

Web interface to manage leboncoin.fr classified ads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LBC - Web interface to manage leboncoin.fr classified ads

Manage all your leboncoin.fr classified ads in one website. Here's a list of features:

  • Auto remove / publish ads every morning
  • Create ads like leboncoin.fr website
  • Create users

This website use the lbc_api Ruby API wrapper, available here: https://github.com/sweetdub/lbc_api

Installation

gem bundle install
rails rake db:migrate
rails server

Configuration

You have to change settings under /config/settings/*.yml to define those two settings:

encrypt_key: MY_DEV_KEY # => Used to store user ads password
email_domain: test.fr # => Base domain of generated email per ad

Mailgun

The message controller is plugged with mailgun route features. You have to set a route like this one:

match_recipient("^lbc-(.*)@MYDOMAIN.com") forward("http://MYDOMAIN/messages/\1")

Informations

This is a alpha web site. No errors will be send to user.

About

Web interface to manage leboncoin.fr classified ads


Languages

Language:JavaScript 76.1%Language:CSS 15.8%Language:Ruby 8.1%Language:CoffeeScript 0.0%