Sometimes I want to find one of my #OpenStreetMap edits https://www.openstreetmap.org/user/Alexey%20Vazhnov/history to remember how to tag something, or where was some place/event. But web UI is not good to search through changesets: it shows only 20 latest edits and button "Load more" fetches 20 more.
So I've improved #osmapi library and created a script to fetch a list of all my edits and save them into a file (currently — JSON, CSV or #Python pickle are supported).
Try it here: https://github.com/metaodi/osmapi/pull/174
