Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vasilakisfil/my-twitter

A twitter (client) clone written in Ruby and Sinatra for custom domain hosting.
https://github.com/vasilakisfil/my-twitter

Last synced: about 2 months ago
JSON representation

A twitter (client) clone written in Ruby and Sinatra for custom domain hosting.

Awesome Lists containing this project

README

        

мy-тшiттeг
=========

A twitter clone that retrieves all info from Twitter's REST API. It uses the old Twitter's layout.

Installation
--------------

```sh
bundle install
cp _config.yml config.yml
```

Go to twitter dev section and copy paste the following vars: `API_KEY`, `API_SECRET`, `ACCESS_TOKEN`, `ACCESS_TOKEN_SECRET`. Then run

```sh
ruby init.rb

bundle exec thin start -R config.ru
```

License
----

MIT