Skip to content

Instantly share code, notes, and snippets.

View luciolucio's full-sized avatar

Lucio Assis luciolucio

  • São Paulo, SP - Brasil
View GitHub Profile
@daybreaker
daybreaker / reactions.rb
Last active May 11, 2022 12:41
Ruby script to check slack reaction counts
require 'slack-ruby-client' # first, make sure you do: gem install slack-ruby-client
require 'date'
# Add your Slack API token here
token = [YOUR TOKEN HERE]
Slack.configure do |config|
config.token = token
end
@PurpleBooth
PurpleBooth / README-Template.md
Last active March 18, 2026 09:35
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites