Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/10sr/tds
Tumblr Dashboard Slideshow
https://github.com/10sr/tds
Last synced: about 2 months ago
JSON representation
Tumblr Dashboard Slideshow
- Host: GitHub
- URL: https://github.com/10sr/tds
- Owner: 10sr
- Created: 2013-09-13T04:03:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T14:05:57.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T10:42:41.892Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://tumblrdbss.appspot.com/
- Size: 309 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tumblr Dashboard Slideshow (TDS)
================================Slideshow the contents in your Tumblr dashboard.
Implementation
--------------TDS can be diviced roughly into two parts: auth and show.
### Auth
The authorization part are all written in Python.
The main implementation is in `tds.py` and it uses a module `python-oauth`.These are used by the urls `/setup`, `/auth`, `/verify` and `/tokens`.
`/setup` is mapped to `SetupPage` class. This url is accessed by users when
users start using TDS (more precisely, there are no cookies for google login
information or ).### Show
The slideshow part are mainly written in Javascript and located in `static/`
directory.