Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

cpetschnig/translate-twitter

Repository files navigation

Translate Twitter

<img src=“https://api.travis-ci.org/cpetschnig/translate-twitter.png?branch=master” /> <img src=“https://codeclimate.com/github/cpetschnig/translate-twitter.png” /> <img src=“https://gemnasium.com/cpetschnig/translate-twitter.png” alt=“Dependency Status” /> <img src=“https://coveralls.io/repos/cpetschnig/translate-twitter/badge.png?branch=master” alt=“Coverage Status” />

Application is running at tera.cc/

Install admin user

After the setup of the database, you need to manually create a new admin user. Go to the Rails console and do the following with your own credentials:

u = AdminUser.new
u.email = "a@bc.de"
u.password = "Your password"
u.uid = 12345678
u.token = "Your twitter access token"
u.token_secret = "Your twitter access token secret"
u.save

Install cron jobs via whenever:

$ bundle exec whenever --write-crontab

About

Translate someones tweets and publish them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages