diff options
author | david <public@beloved.name> | 2018-05-25 11:15:11 +0200 |
---|---|---|
committer | david <public@beloved.name> | 2018-05-25 11:15:11 +0200 |
commit | a0ba92579aec9c83fc68edd7e29eba4c9d3010e0 (patch) | |
tree | 1f4ee3e87da651ab9f4b905927f2a05878b4551b /tools | |
parent | 95d8edd62741b0ef504f0c47e374c8af90650458 (diff) |
Added comment to AddonsScraper.py that it has been superseded by my AMO API script that's now part of https://savannah.gnu.org/projects/directory.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/AddonsScraper.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/AddonsScraper.py b/tools/AddonsScraper.py index d83d39f..e7b9f19 100644 --- a/tools/AddonsScraper.py +++ b/tools/AddonsScraper.py @@ -26,6 +26,27 @@ # To run, install mysql-server, python-mysqldb and python-beautifulsoup # +##################################################################### +# +# This program is +# +# AddonsScraper.py (a web scraper) has been superseded by +# https://savannah.gnu.org/projects/directory +# that has implemented the addons.mozilla.org (AMO) API +# (https://addons-server.readthedocs.io/en/latest/topics/api/addons.html) +# script that I wrote to sync AMO with +# https://directory.fsf.org/wiki/Collection:IceCat +# +# The binary release of IceCat already uses +# https://directory.fsf.org/wiki/Collection:IceCat in +# IceCat -> Tools -> Add-ons (about:addons) -> Get Add-ons +# +# Besides, AddonsScraper.py is broken. It's better to delete it than +# maintaining it in my opinion. +# +# -- David Hedlund +# +##################################################################### import re import sys |