Git Product home page Git Product logo

slackly's People

Contributors

huntcsg avatar

Stargazers

 avatar  avatar

Watchers

 avatar

slackly's Issues

python2.7?

Collecting slackly
  Downloading slackly-1.0.2-py2.py3-none-any.whl (112kB)
    100% |████████████████████████████████| 112kB 57kB/s
Requirement already satisfied: six in ./.virtualenvs/foo/lib/python2.7/site-packages (from slackly)
Requirement already satisfied: requests in ./.virtualenvs/foo/lib/python2.7/site-packages (from slackly)
Collecting websocket-client (from slackly)
Installing collected packages: websocket-client, slackly
Successfully installed slackly-1.0.2 websocket-client-0.40.0
(foo) keith:~ keith.webber$ python
Python 2.7.10 (default, Feb  6 2017, 23:53:20)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import slackly as terrible
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/keith.webber/.virtualenvs/foo/lib/python2.7/site-packages/slackly/__init__.py", line 4, in <module>
    from .client import (
  File "/Users/keith.webber/.virtualenvs/foo/lib/python2.7/site-packages/slackly/client/__init__.py", line 2, in <module>
    from .api_client import SlackClient
  File "/Users/keith.webber/.virtualenvs/foo/lib/python2.7/site-packages/slackly/client/api_client.py", line 7, in <module>
    from ..api import SlackAPI
  File "/Users/keith.webber/.virtualenvs/foo/lib/python2.7/site-packages/slackly/api/__init__.py", line 1, in <module>
    from .endpoints import (
  File "/Users/keith.webber/.virtualenvs/foo/lib/python2.7/site-packages/slackly/api/endpoints/api.py", line 1, in <module>
    from ._base import BaseAPIDispatch, BaseAPIEndpoint
  File "/Users/keith.webber/.virtualenvs/foo/lib/python2.7/site-packages/slackly/api/endpoints/_base.py", line 4, in <module>
    from ...compat import lru_cache
  File "/Users/keith.webber/.virtualenvs/foo/lib/python2.7/site-packages/slackly/compat.py", line 9, in <module>
    from backports.functools_lru_cache import lru_cache
ImportError: No module named backports.functools_lru_cache
>>>```

OAuth Workflow Helpers

As a full featured Slack SDK, this library should have sufficient helpers to make the oauth workflow as seamless as possible.

In the slackly.scopes and slackly.oauth_utils modules there is the beginnings of some oauth helper code. I think this needs to be fleshed out with some use cases.

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.