How can I list all usernames that a vandal used in the past, using unique UID? asked 08 May, 13:39 Cascafico |
If you want to find usernames that a particular account used to edit with then "Who's That" will help - like this: http://whosthat.osmz.ru/?q=SomeoneElse2. However, that won't necessarily match all names that that account has been called (often users who have been blocked change the account name afterwards). The userid will be constant though, so you can use it e.g. at http://resultmaps.neis-one.org/osm-discussion-comments?uid=490556. However, often "vandal" users (of which there are thankfully not many) will create multiple accounts, so you sometimes need to look for "edits to the same sort of objects in a similar style". If you're aware of a vandal account please of course email the Data Working Group at data@osmfoundation.org ! answered 08 May, 14:10 SomeoneElse ♦ |
Another option that leads to the same results, but does not depend on a third-party web site, is this:
Here's a Linux one-liner (fsvo) that will do it:
If you are only looking for actions in a particular country or region, you can also download a regional history file instead which speeds up the process. Note that neither whosthat.osmz.ru nor this process will return user names that the user may have had, and may have used to write messages, but has not used for editing OSM. answered 08 May, 14:22 Frederik Ramm ♦ |
Thanks for your answers. I will go for the "whosthat", a good start for investigation. And in the future I'll experiment on planet full-history filters. Of course, I sent a block request for user to DWG. answered 10 May, 20:52 Cascafico |