It looks like you're offline.
Open Library logo
additional options menu

Writing Open Library Bots → Diff

Added
Modified
Removed
Not changed
Revision 7 by George November 30, 2010
Revision 8 by George January 31, 2011
body
0 First, create a Bot account, ending with "Bot". Example bots include [WorkBot][1], ImportBot and [ToCb0t][2].  Ending with "Bot" allows the [bot edits to be filtered][3] in Recent Changes. (Since bots tend to repeat the same small operation with high frequency, they would overwhelm the list if shown alongside edits by humans.) 0 First, create a Bot account, ending with "Bot". Example bots include [WorkBot][1], ImportBot and [ToCb0t][2].  Ending with "Bot" allows the [bot edits to be filtered][3] in Recent Changes. (Since bots tend to repeat the same small operation with high frequency, they would overwhelm the list if shown alongside edits by humans.)
... ...
18 18
19 * [Daniel's IdentifierBot](http://github.com/dmontalvo/IdentifierBot/blob/master/fastadder.py) 19 * [Daniel's IdentifierBot](http://github.com/dmontalvo/IdentifierBot/blob/master/fastadder.py)
20 * [Ben's Goodreads bot](https://github.com/bgimpert/openlibrary/blob/master/scripts/2010/04/import_goodreads_ids.py) 20 * [Ben's Goodreads bot](https://github.com/bgimpert/openlibrary/blob/master/scripts/2010/04/import_goodreads_ids.py)
21 * [AMillarBot][4]
21 22
22 23
23  [1]: http://openlibrary.org/people/WorkBot 24  [1]: http://openlibrary.org/people/WorkBot
24  [2]: http://openlibrary.org/people/tocbot 25  [2]: http://openlibrary.org/people/tocbot
25  [3]: http://openlibrary.org/recentchanges#bots 26  [3]: http://openlibrary.org/recentchanges#bots
27  [4]: http://openlibrary.org/people/AMillarBot