Socket
Socket
Sign inDemoInstall

stacks-twitter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stacks-twitter

A Stacks apps for featuring tweets.


Maintainers
1

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>'
}

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc