Slack-Twitter icon indicating copy to clipboard operation
Slack-Twitter copied to clipboard

Read your timeline, fave tweets, and post to Twitter from Slack.

Results 20 Slack-Twitter issues
Sort by recently updated
recently updated
newest added

Though it may need an intermediate step of migrating to v5 from whatever API it's currently at. * https://slack.dev/node-slack-sdk/tutorials/migrating-to-v5 * https://slack.dev/node-slack-sdk/tutorials/migrating-to-v6

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@slack/client&from_version=4.0.0&to_version=5.0.0&pr_id=3a5e096b-fa5d-45ea-b9aa-6173d5eef814&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

I have had no luck trying to modify things so that bot messages posted to the channel are tweeted. I tried removing the `message.subtype != 'bot_message'` line from the code...

We could use Slack's Threads to create Twitter threads. https://medium.com/slack-developer-blog/bringing-your-bot-into-threaded-messages-cd272a42924f

This is largely done using https://github.com/mroth/emoji-data-js It needs testing with ... real-world data ... before closing.

https://slackhq.com/get-more-done-with-message-buttons-5fa5b283a59 Retweet and Fave make sense as actions. Maybe Delete on tweets by me?

Starring a tweet in Slack-Twitter has the effect of 'faving' (sorry, liking) it on Twitter. There are people who I don't want to bother with notifications, i.e. just leave them...

I deleted the tweet where it happened, but rest assured that `&` gets converted into `&`.

- https://api.slack.com/slash-commands - https://github.com/Ustice/Slacker (also an example of a bot with a plugin architecture)