issues Search Results · repo:os/slacker language:Python
Filter by
81 results
(54 ms)81 results
inos/slacker (press backspace or delete to remove)According to the announcement, it is no longer possible to issue a new token.
I thought that using incoming-webhook might be a detour (mentioned in #91), but It also needs token.
How it can be solved? ...
figkim
- 3
- Opened on May 27, 2020
- #170
Hello,
the slack API requires that requests set the correct mime types, like application/json. This library does not yet do so.
(See for example Incoming Webhook)
The slack API does not (yet) enforce ...
N-Schaef
- 2
- Opened on May 6, 2020
- #168
This code results in an error.
from slacker import Slacker
slack = Slacker( token )
blocks = [
{
type : section ,
text : {
type : ...
hiroki-tagami
- 1
- Opened on Mar 23, 2020
- #163
unknownon
- Opened on Mar 18, 2020
- #162
It would be great if the Analytics API could be supported.
analytics
Now it s possible to export some data to CSV, even though on GUI they offered much more. For example, URL for exporting
some statistics ...
slavisah
- Opened on Oct 25, 2019
- #159
How to find ts_id from a given response. I m trying to send a message to slack and add a thread to original message. To
do so I need the ts_id of the original message. The code looks like:
response = ...
as3379
- 1
- Opened on Oct 11, 2019
- #158
currently, in __ init __.BaseAPI() , on an error, only the error text is shown:
e.g. slacker.Error: missing_scope
which hides the detailed reasons for the error, coz of usage of just error.text , instead ...
fixbugsnow
- 2
- Opened on Sep 28, 2019
- #157

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.