wktk / update-name

Update Twitter profile by mentions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update-name

Installation

git clone https://git.github.com/wktk/update-name.git
cd update-name
bundle install --path .bundle --binstubs .bundle/bin
TWITTER_CONSUMER_KEY=XXX \
  TWITTER_CONSUMER_SECRET=XXX \
  TWITTER_ACCESS_TOKEN=XXX \
  TWITTER_ACCESS_TOKEN_SECRET=XXX \
  bundle exec ruby worker-daemon.rb

Updating profile

What How
Name New name (@user)
Description @user bio New description
Location @user loc New location
Icon @user icon pic.twitter.com/xxx

Advanced

Update name and icon: Tweet New name (@user) icon pic.twitter.com/xxx

License

MIT

About

Update Twitter profile by mentions

License:MIT License


Languages

Language:Ruby 100.0%