Metadata-Version: 2.0
Name: wagtailsocialfeed
Version: 0.4.0
Summary: A Wagtail module that provides pages and content blocks to show social media feeds
Home-page: https://github.com/LUKKIEN/wagtailsocialfeed
Author: Tim Leguijt
Author-email: info@leguijtict.nl
License: BSD
Keywords: wagtailsocialfeed
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: enum34
Requires-Dist: facepy (>=1.0.8)
Requires-Dist: python-dateutil (>=2.5)
Requires-Dist: requests (>=2.0)
Requires-Dist: twython (>=3.0,<4.0)
Requires-Dist: wagtail (>=1.6)
Requires-Dist: wagtailfontawesome (>=1.0)
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: testing
Requires-Dist: PyYAML (==3.11); extra == 'testing'
Requires-Dist: beautifulsoup4 (>=4); extra == 'testing'
Requires-Dist: bumpversion (==0.5.3); extra == 'testing'
Requires-Dist: coverage (>=3.7.0); extra == 'testing'
Requires-Dist: cryptography (==1.4); extra == 'testing'
Requires-Dist: django-coverage-plugin (==1.3.1); extra == 'testing'
Requires-Dist: factory-boy (<2.9,>=2.8); extra == 'testing'
Requires-Dist: flake8 (>=2.2.0); extra == 'testing'
Requires-Dist: isort (>=4.2.0); extra == 'testing'
Requires-Dist: responses (>=0.5); extra == 'testing'
Requires-Dist: tox (>=2.3.1); extra == 'testing'
Requires-Dist: wheel (==0.29.0); extra == 'testing'

===============================
Wagtail Social Feed
===============================


.. image:: https://img.shields.io/pypi/v/wagtailsocialfeed.svg
        :target: https://pypi.python.org/pypi/wagtailsocialfeed

.. image:: https://readthedocs.org/projects/wagtailsocialfeed/badge/?version=latest
        :target: https://wagtailsocialfeed.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://travis-ci.org/LUKKIEN/wagtailsocialfeed.svg?branch=master
    :target: https://travis-ci.org/LUKKIEN/wagtailsocialfeed

.. image:: https://codecov.io/gh/LUKKIEN/wagtailsocialfeed/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/LUKKIEN/wagtailsocialfeed


A Wagtail module that provides pages and content blocks to show social media feeds

* Documentation: https://wagtailsocialfeed.readthedocs.io.


Features
========

* A wagtail settings sections to configure social media sources
* Social feed moderate view
* Social feed content block
* Social feed Page type

.. image:: http://i.imgur.com/BOXiAh6.png
   :width: 728 px

Implementations
---------------
The following social media sources are supported:

* Twitter
* Facebook
* Instagram


=========
CHANGELOG
=========

0.4.0 (16-08-2017)
==================
+ Dropped support for Wagtail 1.6, 1.7
+ Added support for Wagtail 1.9, 1.10 and 1.11

0.3.0 (28-10-2016)
==================
+ Added dimensions when returning the attached Twitter Image
+ Fixes Facebook support: initially developed on `2.1` while the GraphAPI assumes `2.8`.
+ Added Facebook field configuration
+ Added Twitter options via default config

0.2.0 (06-10-2016)
==================
+ Added Facebook support
+ Added ability to mix all the feeds; just leave feedconfig empty in `SocialFeedPage` or `SocialFeedBlock`.
+ Made all returned data avaiable in `FeedItem` objects, even if it is not stored explicitly.

0.1.0 (27-09-2016)
==================
+ Fixed PyPI long_description format error
+ Fixed value_for_form error in FeedChooserBlock

0.1.dev4 (27-09-2016)
=====================
+ Made looping over multiple result pages more DRY
+ Improved moderate page title
+ Fixed AttributeError in FeedChooserBlock.value_for_form

0.1.dev3 (11-09-2016)
=====================
+ Updated license model to BSD

0.1.dev2 (04-09-2016)
=====================
+ Added block type 'SocialFeedBlock'
+ Added SocialFeedModerateMenu which live detects configuration changes
+ Added FeedItem to consolidate the item/post structure
+ Added search functionality to the Feed objects
+ Dropped Wagtail 1.5 support in favour of using the IntegerBlock

0.1.dev1 (01-09-2016)
=====================
+ First implementation


