Difference between revisions of "User:ReletBot"

From Geohashing
imported>Relet
(Planned functions)
imported>Relet
m
 
(31 intermediate revisions by 9 users not shown)
Line 2: Line 2:
  
 
'''If you think that it misbehaves:'''
 
'''If you think that it misbehaves:'''
* write a message on its talk page. That should pause the bot (to be verified).
+
* alert [[User:relet|relet]], who will almost certainly hang out on irc://foonetic.net/#geohashing while the bot is running
* alert User:relet, who will almost certainly hang out on irc://foonetic.net/#geohashing while the bot is running
+
* don't refrain from banning the bot if you are sysop enough.  
* don't refrain yourself from banning the bot if you are sysop enough.  
 
  
Its edits should (soon) be hidden from the Recent Changes, as soon as it gets flagged as a bot.
+
Its edits are hidden from the Recent Changes, as it is flagged as a bot. Click on "Show Bots" in the Recent Changes to display its activity. [[Special:Contributions/ReletBot|Click here]] to see its latest contributions.
  
 
== Currently supported functions ==
 
== Currently supported functions ==
  
 
* Create missing graticule pages based on the information found on [[All Graticules]].
 
* Create missing graticule pages based on the information found on [[All Graticules]].
*: For an example, see ''[[Hardin, Montana]]''
+
* Insert neighbor graticules into the [[:Template:Graticule|map template]] on existing pages based on the information found on [[All Graticules]].
 +
*: For an example, see ''any graticule page using [[:Template:Graticule]]''.
 +
*:'''IMPORTANT: Please add the [[:Template:maintained]] to any page you do not want to be changed automatically.''' This applies to graticule pages mostly. You take the responsibility for keeping it up to date with the rest of the wiki using the "maintainer" parameter.
 +
* Move graticules from [[:Category:Inactive graticules]] to [[:Category:Active graticules]] and back, according to whether there has been some expedition planning in the last six months.
 +
* [http://meta.wikimedia.org/wiki/Using_the_python_wikipediabot Everything] that the wikipediabot can do by default. Regular expression replacements, renaming templates and categories, bulk uploading relet's media files, making excellent coffee, ...
  
 
== Planned functions ==
 
== Planned functions ==
 +
* Visit geohashes that [[User:relet|relet]] is unable to attend.
  
* Insert neighbor graticules into the [[:Template:Graticule|map template]] on existing pages based on the information found on [[All Graticules]].
+
== Documentation ==
* Generate names for unnamed graticules based on the opengeodb population data.
+
* [[User:ReletBot/Graticule format]] - Discussion on the bestest, most universal way to format the graticule templates' content.
 +
* [[User:ReletBot/Country codes]] - A list of suggested country (and US and Canadian state) names and their shorthand replacements. Might be read automatically by the bot in the future.
 +
* http://relet.net/trac/pygeohashing - contains the code used by the reletBot.

Latest revision as of 11:10, 11 December 2009

This is an instance of a python-wikimedia-bot. It will be used by relet to automate some things such as page creation, categorization, replacements and what not.

If you think that it misbehaves:

Its edits are hidden from the Recent Changes, as it is flagged as a bot. Click on "Show Bots" in the Recent Changes to display its activity. Click here to see its latest contributions.

Currently supported functions

  • Create missing graticule pages based on the information found on All Graticules.
  • Insert neighbor graticules into the map template on existing pages based on the information found on All Graticules.
    For an example, see any graticule page using Template:Graticule.
    IMPORTANT: Please add the Template:maintained to any page you do not want to be changed automatically. This applies to graticule pages mostly. You take the responsibility for keeping it up to date with the rest of the wiki using the "maintainer" parameter.
  • Move graticules from Category:Inactive graticules to Category:Active graticules and back, according to whether there has been some expedition planning in the last six months.
  • Everything that the wikipediabot can do by default. Regular expression replacements, renaming templates and categories, bulk uploading relet's media files, making excellent coffee, ...

Planned functions

  • Visit geohashes that relet is unable to attend.

Documentation