Giter VIP home page Giter VIP logo

quilla's Introduction

Quilla

Logo

Provides short-links where people can contact you for a purpose:

  • Feedback on my presentation
  • Report a problem with my app
  • Anonymous tips
  • RSVP for my event
  • For sale & classifieds

Each submission on your short-link will send you an email. Replying to a message will contact the person who filled out the form. Your email address will not be revealed until you reply. An example short link for contacting me: http://a.quil.la/FVZ3PMZC

Short-links can be in two modes: captcha or login. In captcha mode, all that's required to send you an email is filling out a captcha. In login mode, users are required to login with their Google Account in order to send you an email.

Quilla is also an email reflector. The short-link URL above can be emailed directly as [email protected]. Replies to email messages will be reflected in both directions, allowing you to communicate with someone without revealing your email address.

See the live, free version:

http://a.quil.la/

Deployment

Quilla runs on App Engine. Get the SDK here. To deploy, do these things:

Create a secrets.py file in the project directory with these defined:

# Random numbers are good, like hashlib.sha1(uuid.uuid4().hex).hexdigest()
# SECRET! Combined with the target email address to create key names.
SALT = ''
# SECRET! Combined with the target email address to create reflector keys.
REFLECTOR_SALT = ''

# Provision these on http://recaptcha.net
# reCaptcha public key (in javascript)
RECAPTCHA_PUBLIC_KEY = ''
# reCaptcha private key (server-side)
RECAPTCHA_PRIVATE_KEY = ''

# If you are running on a custom domain, list it here:
PRETTY_HOSTNAME = ''

Run this command from the project directory:

appcfg.py --version=prod --application=your-app-id-here update .

To make the app work well in production, you're going to need to apply for additional email quota (the default is 100 a day). Sign up for an App Engine app ID, set up billing for that app, then request additional email quota (linked from the "Quota Details" tab).

About

Copyright 2011-2014 Brett Slatkin

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Built using App Engine, jQuery, History.js, and YUI.

quilla's People

Contributors

bslatkin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.