Skip to main content

Run python in slack

Project description

django-slappy

PyPI version PyPI pyversions

This is a django app that allows you to run python interactively in slack. It requires an existing server running django.

Features

Variable Persistence

persist

Shared Scope

allows interactivity between users

shared-scope

Multi-liners

multi-liner

Fool Proof

Long running code will be terminated code-timeout

Exit prevention prevents-exit

Installation

Need an already running django site

pip install django-slappy

  1. Add "django_slappy" to your INSTALLED_APPS setting like this

        INSTALLED_APPS = [
            ...
            'django_slappy',
        ]
    
  2. Include the URLconf in your project urls.py like this

    path('slappy/', include('django_slappy.urls'))

  3. Create a slack app and add command with url 'http:///slappy/'

  4. Install to workspace. Slack will give you an OAUTH secret. Paste to your settings.py like following

    SLACK_OAUTH_SECRET = "abab-1231231231232-sfasfasdf-12312312"
    

    A better practice is to use environment variable.

Note

Of course you'll expose your server to remote-exploitation.

Make sure your have nice people in your workspace, otherwise prepare to get your entire server deleted

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

django-slappy-0.0.1.tar.gz (6.6 kB view details)

Uploaded Source

File details

Details for the file django-slappy-0.0.1.tar.gz.

File metadata

  • Download URL: django-slappy-0.0.1.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for django-slappy-0.0.1.tar.gz
Algorithm Hash digest
SHA256 9b246edd5106384ae19d19ed8c538611f34e0dcd3b8427ce18396084efc3b57c
MD5 93306c4a5ef3c701c7dca5cd6ad67d99
BLAKE2b-256 ae13c480140cb906c8baa8ec8df67f2d9419ed93440fef29fd3246800aa4ca35

See more details on using hashes here.

Supported by

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