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

https://github.com/yining1023/reblogger


https://github.com/yining1023/reblogger

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Reblogger for Tumblr
-----
## To post your tumblr to the itp class tumblr account:
- Go to http://reblogger.herokuapp.com/ in the browser
- Enter the password (please email me if you need access)
- Paste your post URL(e.x. http://dillonkatherine.tumblr.com/post/156800387707/day-34-northwest-china) to the input box
- Hit reblog button

## Development: Getting Started

1. Clone the repository
2. At the root of the repository, create a file called `.env` and configure the following env variables

```
TUMBLR_CONSUMER_KEY='asdasdasd'
TUMBLR_CONSUMER_SECRET='asasd'
TUMBLR_TOKEN='asdasd'
TUMBLR_TOKEN_SECRET='asdasd'
LOGIN_PASSWORD='somepassword'
```
3. Run `npm install`
4. Run `npm start`