Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supermomonga/lingrbot-means
https://github.com/supermomonga/lingrbot-means
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/supermomonga/lingrbot-means
- Owner: supermomonga
- Created: 2014-08-15T11:25:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T19:02:11.000Z (over 7 years ago)
- Last Synced: 2024-12-31T12:26:44.902Z (15 days ago)
- Language: Ruby
- Size: 165 KB
- Stars: 3
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
[![Travis CI Build status](https://travis-ci.org/supermomonga/lingrbot-means.svg)](https://travis-ci.org/supermomonga/lingrbot-means)
## Thumbnail bot for lingr
This bot posts the image url related with user's post.
### Supported services
- Twitter (inline photo)
- Gyazo
- Droplr
- NicoVideo
- NicoLive Gate page
- NicoSeiga
- Yahoo Image (yimg.jp)### Work in Progress
- TwitPic
- Images which refuse the access with no referrer
- Pixiv
- FC2 blog
- Ameba blog
- Livedoor blog
- Yahoo Blog### Requirement Environment Variables
- TWITTER_BEARER_TOKEN
- DEVIANTART_ID
- DEVIANTART_SECRET### How to Test
```bash
bundle exec rake spec_with_env
```You can run only subset of RSpec example:
```bash
bundle exec rake 'spec_with_env["pixiv manga"]'
```