The Dod
3a0f3154cc
Fixes #10 4real ;)
...
Also deal with *error messages* that expect an id field [in vain]
9 years ago
The Dod
858c26b925
Fixes #10
...
Some feeds, e.g.
http://japanfocus.org/admin/site_manage/rss/recent.rss
Don't have ids for items. Gracefully recover from that.
9 years ago
The Dod
1094586ef7
Merge pull request #9 from black-puppydog/master
...
fix the error I introduced that made old items being posted when nothing new was there (+ fix #8 )
10 years ago
Daan Wynen
55c2b27164
fix #8
...
items now get posted in chronological order (per feed).
10 years ago
Daan Wynen
65d1fc63a0
fix the error I introduced that made old items being posted when nothing new was there.
10 years ago
The Dod
4a4c62cb5c
Document user_shortener
10 years ago
The Dod
66c998c18c
user_shortener -- roll your own
...
Since is.gd is tor-hostile and ur1.ca is http only,
I ran out of 3rd party ideas. Like my wife says:
"What you don't do yourself, you do later"
write a user_shortener.py file with a shorten(long_url)
that returns a short url. May the source be with you.
10 years ago
The Dod
4691f72792
Fix bug when use_shortener is "False", document ur1.ca etc.
10 years ago
Daan Wynen
addc35330c
allow for different url shorteners.
10 years ago
Daan Wynen
ab94df5a1c
don't create shortened links for things we know we're not gonna post anyway.
10 years ago
Daan Wynen
874eb81d97
only mark item as posted if posting to twister succeeds.
10 years ago
Daan Wynen
4b63b81d42
allow manual override of flood control.
10 years ago
The Dod
ef73db7c30
Merge #6 by @milouse (config file + argparse)
...
NOTE: If you upgrade, you need to create feed2twister.conf
(copy feed2twister.conf.example) and edit it so that it contains
similar settings to those you had at conf.py
10 years ago
Étienne Deparis
d1a65d81ab
Update readme
10 years ago
Étienne Deparis
3712d913b1
Backward compatibility on N parameters. No more required to first cd to the feed2twister folder.
10 years ago
Étienne Deparis
4519800066
Add various options to support streaming app.net feed or other microblogging feeds
10 years ago
Étienne Deparis
a5490c4264
Fix maxitems command line option never parsed
10 years ago
Étienne Deparis
0561f8b0ab
Ignore local .conf files
10 years ago
Étienne Deparis
c2c40b144e
Big refactoring in order to use argparse and ConfigParser module instead of using python import. Add possibilities to use custom config files
10 years ago
Étienne Deparis
823d8d36fa
Update README.md to reflect conf-example.py file name change
10 years ago
The Dod
68679ddc2b
Merge branch 'mrvdb-mrb/shortener'
11 years ago
The Dod
89c3110710
Don't assume gdshortener is installed
...
Added optional is.gd stats
11 years ago
Marcel van der Boom
ced61c12dd
Add support for using is.gd shortener
...
USE_SHORTENER steers toggle of shortening urls. As twister has a hard
limit at the moment of 140 characters, the more room we create for
content the better.
11 years ago
The Dod
19a248debd
Added patched bitcoin-rpc submodule
...
You should do "git submodule update --init"!!!
11 years ago
The Dod
d9db5b4296
Revert the attempt to post as UTF-8
...
Can't twist any unicode (not only emoji) :(
I'll read the RPC docs some more
11 years ago
The Dod
4cd063f2df
Fixed "emoji bug" (answer was: 140 AS UTF8)
...
This would be a pain to port to python 3 ;)
11 years ago
The Dod
1e26d9a161
More useful error logging
...
Error itself didn't get any "better", though :(
Still can't figure out how to properly RPC "any" unicode string.
Grrr. Kial ni ne ĉiuj parolas Esperanton anstataŭ? :)
11 years ago
The Dod
80f7dfc3ac
Initial commit
11 years ago