Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturngod/snipplr-to-file
It's saving snipplr.com snipt to your local harddisk with file extension.
https://github.com/saturngod/snipplr-to-file
Last synced: 26 days ago
JSON representation
It's saving snipplr.com snipt to your local harddisk with file extension.
- Host: GitHub
- URL: https://github.com/saturngod/snipplr-to-file
- Owner: saturngod
- Created: 2011-05-13T05:49:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-13T05:50:12.000Z (over 13 years ago)
- Last Synced: 2024-10-16T02:10:43.836Z (2 months ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
It's convert your snipplr snipt to files. You need to api key from snipplr. You can get from http://www.snipplr.com/settings/ . I'm writting this code for Snippets application in Mac OSX. So, I didn't add so many language. I only add some language that I use.
How to use
----------
In snipplr.py , change Your API Key to your api key that get from settings page.snipplr.setup("Your API Key")
After saving, you can run like following from terminal
$python snipplr.py
after converting , you will see all the file in output folder. Now, it's not support all the language. You can add your langauge in
def get_ext(language):
Special Thank
-------------
I'm using SnipplrPy.py from http://code.google.com/p/geditsnipplr/