Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vasilakisfil/my-twitter
- Owner: vasilakisfil
- License: mit
- Created: 2013-11-08T20:32:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-14T08:28:31.000Z (over 10 years ago)
- Last Synced: 2024-10-08T19:04:35.527Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 794 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: MIT-LICENSE.txt
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.rbbundle exec thin start -R config.ru
```License
----MIT