Skip to content

Script to suck your posts from the Path social network and into your twitter stream

Notifications You must be signed in to change notification settings

benr75/path-suck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Have new moments posted to Path go to your twitter account.

  1. Install redis and the necessary gems

    require 'rubygems'
    require 'mechanize'
    require 'json'
    require 'nokogiri'
    require 'ap'
    require 'redis'
    require 'twitter'
    require 'open-uri'
    require 'json'
    
  2. Create your config file based on path_config.yml.example

  3. Run the app in test mode

    ruby path_suck.rb test
    
  4. Setup a cron to run the app in production mode

    ruby path_suck.rb production
    

None, use at your own risk

Path Suck is released under the MIT license.

About

Script to suck your posts from the Path social network and into your twitter stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages