Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

'Twitter Toolkit onRails' can Follow, Unfollow, Retweet, Likes, Posts and Tweet Parser.

Notifications You must be signed in to change notification settings

cmirnow/Twitter-toolkit-onRails

Repository files navigation

Twitter Toolkit on Rails

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).

Twitter Toolkit on Rails

Twitter Toolkit on Rails

Running Locally

  • 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. :)

About

'Twitter Toolkit onRails' can Follow, Unfollow, Retweet, Likes, Posts and Tweet Parser.

Topics

Resources

Stars

Watchers

Forks