Skip to content

Connects to a twitter account and sends a welcome message to each new follower

Notifications You must be signed in to change notification settings

couraudt/AutoWelcome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AutoWelcome

Connects to a twitter account and sends a pre-defined message to each new follower.

About

  • Need twitter and sqlite3 modules
  • Application need authorization to connect user's twitter account. See twitter help.
  • Fill up 'config.yml' with twitter authorization token
  • At the first start, application send message to each user's followers.

Features

  • Populate database with new followers

    populate

  • Send welcome message to each new follower

    send_welcome_msg

  • Each 10 scd, populate database with new follower and send them a welcome message

    live

Exemple

#!/usr/bin/env ruby
require_relative 'autowelcome'

tw = AutoWelcome.new
tw.populate

Author

Thibault Couraud

http://sweetdub.com

About

Connects to a twitter account and sends a welcome message to each new follower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages