Skip to main content

A Stacks apps for featuring tweets.

Project description

# stacks-twitter

A Stacks apps for featuring tweets.

## Dependencies

* `django-textplusstuff` >= 0.4
* `python-twitter` >= 2.0
* `stacks-page` >= 0.1.1

## Release Notes

### 0.1.1

* Including templates in PyPI release.

### 0.1

* Initial open source release

## Running Tests

All commands below are run from within the `stacks-twitter` outer folder of this repo.

First create a new virtual environment and install the test requirements:

$ pip install -r requirements.txt

Before running tests, first ensure this app passes a `flake8` linter check:

$ flake8 stacks_twitter


## Settings

Only one required setting, `STACKS_TWITTER_API_KEYS`. You'll first need to setup a new Twitter application to get these values.

```
STACKS_TWITTER_API_KEYS = {
'consumer_key': '<twitter consumer key>',
'consumer_secret': '<twitter consumer secret>',
'access_token_key': '<twitter consumer token key>',
'access_token_secret': '<twitter consumer token secret>'
}
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stacks-twitter-0.1.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

stacks_twitter-0.1.1-py2.py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page