Twitter Toolkit onRails can Follow, Unfollow, Retweet, Likes, Posts and Tweet Parser.
You can use a HTTPS-proxy.
Thank you, thank you very much. I already hear your admiring exclamations.
But! Guys, don't forget please. This is a concept only. I am working on improving and refactoring this rails-app.
Description (in Russian).
- Make sure you have Ruby and Postgresql installed.
git clone https://github.com/cmirnow/Twitter-toolkit-onRails.git
- Create .env file on the root of the project:
export GMAIL_USER_NAME = '***************'
export GMAIL_PASSWORD = '***************'
sudo service postgresql start
sudo -u postgres psql
postgres=# CREATE DATABASE development_twi_toolkit;
cd Twitter-toolkit-onRails
bundle install
bin/rails db:migrate RAILS_ENV=development
rails s
- Go to http://localhost:3000.
- Sign up.
- Confirm your email.
- Sign in.
- Create New Tweet now. Attention, you need to get four keys of Twitter API: Consumer Key, Consumer Secret, Access Token and Access Token Secret.
- Select one of four actions (follow, unfollow, retweet, post).
- Go ahead. :)