https://github.com/yining1023/reblogger
https://github.com/yining1023/reblogger
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yining1023/reblogger
- Owner: yining1023
- License: mit
- Created: 2017-02-04T19:28:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T19:48:44.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T04:26:28.245Z (9 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`