Giter Club home page Giter Club logo

introbot's Introduction

IntroBot

Simple web app for automating two-way email introductions. It's not a cold intro! Create a personalized message to Person 1 asking if they would like to meet Person 2. In that message is a link. If Person 1 clicks on the link, it will automatically send the actual intro email between Person 1 and Person 2 (so you don't have to worry about it). The app also includes a database for keeping track of when people open the emails and make the intros. So you can always follow up later if someone says no to the intro.

If you have any trouble using the app or understanding the code please ask me via Github or email ([email protected]).

Setup

Prior to installation, you'll need to do a few things:

  • Twitter: Log into http://dev.twitter.com and set up a new application. Note the "consumer key" and "consumer secret", which we'll need later on.
  • Sign up for an account at http://sendgrid.com for email delivery

Configuration

General app settings are controlled via the settings.py file. You will need to provide dev/local values for the following settings:

  • 'twitter_consumer_key' : '',
  • 'twitter_consumer_secret' : '',
  • 'sendgrid_user': '',
  • 'sendgrid_secret': '',

You'll also have to add which Twitter handles are acceptable logins to use your IntroBot. This is currently a list in settings.py called "usernames". Set a "username" and feel free to add calls to more environmental variables in the list if you need multiple users to have access. "Username" is your Twitter handle. *

Installation

  • start a local instance of mongo

./mongod

  • OR, configure your app to use a cloud-based mongo instance, by setting "MONGODB_URL" and "DB_NAME" in settings.py

  • Start the web server:

python tornado_server.py

Heroku Installation

  • The easiest way to get this working is to download the repo and push it to a Heroku instance. Get a MongoDB database using either MongoLab or MongoHQ. Heroku will automatically put your DB credentials into Heroku config; if you want to do any development locally, just creating a local_settings.py file that sets the same variables using os.environ['var_name'].

Technology

Built with:

introbot's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pavelbinar

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.