Tracking new referrers via RSS: a poor mans solution
And now to something completely different (No, I won’t post cat photos now)
Trackbacks are out, unfortunately. Probably due to a misuse of spammers a lot of blogs have closed their trackback ping urls.
However, as I want to know what is currently written about my articles: criticism, praise or different views or whatever, I need to somehow track new referrers to my blog. I tried different solutions that all weren’t satisfying:
- I tried to skim through my awstats statistics but it was a pain to extract the new trackbacks from the old ones. Awstats way of displaying referrers is ok to have an idea of how my visitors reach my site but it falls short in showing me new referrers.
- I created a watch list at technorati, but it seems to track just a portion of the whole cake.
I ended up writing a python script for it. As a beginner in python, programming this task was easy enough to have a good result in small time.
In the danger of presenting the 1324th solution to this problem I hereby present my script. If you already have got a solution I’d be interested since I didn’t find any service or blog post concerning this problem. (more…)
