Code Monkey home page Code Monkey logo

flipthis-webhook's Introduction

Flipboard Relay Hook

Web application that will act as a hook, receiving an article URL and Title, which will then be added to your own Flipboard magazine.

Installation

Set up Virtual Environment

virtualenv venv

Activate the Virtual Environment

source venv/bin/activate

Install Requirements

Installs dependencies like 'requests' and 'Flask'

pip install -r requirements.txt

Set-up Facebook Credentials

Set your Flipboard username and password as environment variables.

export FLIPBOARD_USERNAME='your-username-here'
export FLIPBOARD_PASSWORD='your-password-here'

Running

Running the App

Run the Flask server with:

python webapp.py

Now you have the web application running, you can accept GET requests with URLs and Titles that you want to add to Flipboard.

http://127.0.0.1:5000/?url=[URL_TITLE_HERE]&title=[ARTICLE_TITLE_HERE]

Example:

http://127.0.0.1:5000/?url=http://www.gizmodo.co.uk/2013/05/nasas-space-exploration-vehicle-pimp-my-rover/&title=NASA%E2%80%99s%20Space%20Exploration%20Vehicle:%20Pimp%20My%20Rover

Testing

Only one test so far

python flipboard_tests.py

TODO

  1. Allow configuration of the magazine you would like to post this to.

flipthis-webhook's People

Contributors

tony2nite avatar

Watchers

Sergio Garcez avatar James Cloos 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.