Skip to content

Instantly share code, notes, and snippets.

View ishouvik's full-sized avatar
🎯
Focusing

Shouvik Mukherjee ishouvik

🎯
Focusing
View GitHub Profile
@emad-elsaid
emad-elsaid / twitter-thanks.rb
Created February 27, 2014 10:21
create a thanks for following me twitter bot using ruby
#!/usr/bin/env ruby
require 'Twitter'
# Create a read write application from :
# https://apps.twitter.com
# authenticate it for your account
# fill in the following
config = {consumer_key: '', consumer_secret: '',
access_token: '', access_token_secret: ''}
me = 'Blaze Boy' # to prevent DM yourself