User:Skagedal/Fafafa

From Wikipedia, the free encyclopedia

This is a Python program I made that creates RSS feeds of the latest featured articles, pictures of the day and selected anniversaries. It runs every night at 02:05 UTC, and generates feeds at:

http://helgo.net/simon/wikipedia/fa.xml (featured articles)
http://helgo.net/simon/wikipedia/potd.xml (picture of the day)
http://helgo.net/simon/wikipedia/sa.xml (selected anniversaries)

The code is available at /Code. Patches are welcome; just edit that page and write something on my talk page! All kinds of feedback is of course welcome too.

The program was inspired by User:Dze27's featured article feed, but shows the latest 20 articles, not just today's article.

[edit] Assumptions

The following is assumed by the script:

[edit] Versions

  • 0.8: added support for selected anniversaries — could be made prettier...
  • 0.7: added support for picture of the day
  • 0.6: initial version

[edit] See also