File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Access many URL shortening services from one library.
10
10
11
+ Language: Python
12
+ Website: http://gitorious.org/shorty
13
+ Repository: git://gitorious.org/shorty/python.git
14
+ Requirements:
15
+ Python 2.4+
16
+ Simplejson (not required in python 2.6+)
17
+
11
18
Supported URL shortening services for shrinking long urls:
12
19
sandbox (stored locally in memory for testing)
13
20
tinyurl.com
@@ -29,23 +36,17 @@ location by requesting the tiny url.
29
36
30
37
See example.py for a demo of using this library.
31
38
32
- Language: Python
33
- Website: http://gitorious.org/shorty
34
- Repository: git://gitorious.org/shorty/python.git
35
- Requirements:
36
- Python 2.4+
37
- Simplejson (not required in python 2.6+)
38
-
39
39
Build:
40
40
Each URL service is implemented in its own module inside the services
41
41
folder. To use this library you must compile all the various modules together.
42
- To compile you will use the compile.py script. Here is its usage:
42
+ To compile you will use the compile.py script.
43
43
44
44
python compile.py <services>
45
45
46
- <services> is a space seperated list of the services you want included .
46
+ <services> is a space separated list of the services you want include .
47
47
If you wish to use all supported services use the --all flag instead.
48
48
After the script runs a file named 'shorty.py' will appear.
49
+ This is the module you will be using inside your projects.
49
50
A copy of the full shorty.py module will be kept in this repository.
50
51
51
52
Install:
You can’t perform that action at this time.
0 commit comments