Toolserver/New accounts: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
No edit summary
Line 511: Line 511:


Bitte bei Fragen etc. gerne an mich wenden, herzlichen Dank im Voraus, lG. --[[User:Spacebirdy|<font color="black">birdy</font> <small style="color:gray">geimfyglið</small>]] [[User_talk:Spacebirdy|<sub style="color:teal">(:>&nbsp;)=|</sub>]] 01:56, 15 October 2008 (UTC)
Bitte bei Fragen etc. gerne an mich wenden, herzlichen Dank im Voraus, lG. --[[User:Spacebirdy|<font color="black">birdy</font> <small style="color:gray">geimfyglið</small>]] [[User_talk:Spacebirdy|<sub style="color:teal">(:>&nbsp;)=|</sub>]] 01:56, 15 October 2008 (UTC)

Hello,

I am a student from Germany and for a class project I need access to the Wikimedia Toolserver. I am planning a linking to the wikipedia page from my webside due to search ISBN- No. for books. I already downloaded the software and I now all I need is the linking.
I need it as soon as possible since we are getting marked for it.
Thank you and Bye Bye.

Revision as of 12:14, 16 October 2008

Shortcut:
TS/A

Before requesting

  • The toolservers are under the legal responsibility of Wikimedia Deutschland, and their use is restricted according to EU and German laws.
  • On a day-to-day basis, decisions about users who will receive accounts are delegated to DaB
  • At present, the toolservers do not have direct access to page text, due to Wikimedia's use of external storage clusters. Requests to run projects which depend upon fetching a lot of page text might be postponed.

When requesting

We need to know

  • Who you are. Please provide a link to your user page on your home wiki project; we can follow this and poke about a bit to find out who we're dealing with, e.g. check your involvement in projects, etc.
  • Why you want an account. A short description of what you want to do is needed, and any links to existing sample projects or code, or even working utilities, are very useful.

Next time accounts will be accepted: 18 August
Please add your request 3 days before this date at minimum.

Requests

Hello. I'm a little prgrammer from germany and I like to make webapps, and because of i'm interested in wikis and free software, i think its funny and good when I programm a little Wikipedia-Wikibooks-Wiktionary-and so on tool which give out some text. It shall analyze a question too. I can't speak English as good as you - but I hope you allow me to make a tool. --77.128.46.167 12:08, 7 June 2007 (UTC) Sorry - I had no Meta-Acc. Now I'm logged in --Nummer9 12:10, 7 June 2007 (UTC)[reply]

You can write your request in german if you like. Please say more clearly, what you plan. --DaB. 19:52, 12 July 2007 (UTC)[reply]

en:User:Hank

I am a programmer from Alaska. My Blog

I would like to create a simple personal learning app - would find the top 100 articles that the user hadn't read, and allow them to tag the articles as being read, interesting, uninteresting, etc. Would make suggestions based on past experience with articles. Would allow someone to read only the entries that probably interest them.

Sounds interesting, but are you still active? --DaB. 19:51, 12 July 2007 (UTC)[reply]

I'm interested in doing a tool to find the adding of specific text (who added that?, in which revision?). When it was recently added, there's no much trouble, but if you try to find who added this recently deleted image several months ago... you can become mad ;) I have little experience on MW code (they rejected bugzilla:5763 i may do it when i felt free enough). However, i have played a bit with extracting information [1] [2] [3] and JS [4]. Ah, and i run a bot when i'm in mood of then revising its changes. Platonides 17:11, 12 June 2006 (UTC)[reply]

That sounds nice, but a lack of simple access to page text might hamper your ability to do this. How would you work around that? robchurch | talk 01:43, 19 June 2006 (UTC)[reply]

Oh, i wasn't realizing that Daniel Kinzler == Duesentrieb. It's really a problem, as we're stuck on WikiProxy with the external storage problem. However, the Toolserver is still the better way to perform it. Would a limit time between queries need to be enforced? (it seems robust enough but it's better to have things secured) Platonides 22:11, 19 June 2006 (UTC)[reply]

You don't seem to have thought out the implementation with respect to the problems. robchurch | talk 16:32, 23 June 2006 (UTC)[reply]

The algorithm is pretty clear. That the get revision text step can't be done asking the DB but need to ask the WikiProxy is not a big change. It's more a Toolserver's problem than user's one. Moreover, the WikiProxy first looks into the text table, only asking through HTTP if it's not locally available. I don't understand what you mean. That could be achieved through other methods, like JavaScript, but in no way better. Platonides 16:51, 24 June 2006 (UTC)[reply]

My point is that WikiProxy is fine for requesting a few pages every so often. For applications which depend upon continuously fetching and comparing page text, it's usually better to use a database dump. Incidentally, that it is "a toolserver problem" is fairly germane; yes, it is a problem, and yes, we are trying to work out how to fix it, but we also expect some co-operation from our users. Excessive resource usage leads to processes and queries being killed; it's the same on any multi-user system. robchurch | talk 16:08, 2 July 2006 (UTC)[reply]

A database dump is fine if you want statistics, not if you want data about live wikipedia. So you would still need fetching the last week or so. I'm not sure if wikiproxy/db page retrieving already handles it or if it would need to be added at application layer. However, these dumps would only be available for large wikis (define large as you want: by dump size, number of revisions, number of tool queries...). Platonides

It seems the same feature was requested years ago at bugzilla:639. Can it be tried, instead of having theoretic arguments? Platonides 22:27, 15 July 2006 (UTC)[reply]

Hi!

I hereby request a toolserver account for some things:

  • I want to use my commons mover on toolserver after User:Duesentrieb looked over the code
  • I want to develop together with Cool Cat a script wich daily gets the images used on the main pages of the 10 major wikis and protects their image pages on Commons to prevent vandalism and reuploads (especially by the Penis vandal)
  • And I want to code a tool which checks all new pages made by IPs on dewiki against copyvios via CopyScape.
  • And at final I want to code a tool which checks vote legitimations for votes on dewiki so that no one needs to care if the users vote is legit or not.

Best regards, Klever 18:11, 7 July 2006 (UTC)[reply]

Why auto-protect them? To replace a image, the user must be autoconfirmed (or pass a similar account-oldness). For the same cost, they could completely edit many Main Pages. I'd vote for a image-watching advising such replacements (on #wikimedia-commons?) which are supposed to be very rare or the whoole system wouldn't make sense.
Be careful with the vote legitimations, to avoid false warnings on simple comments.
Platonides 20:53, 10 September 2006 (UTC)[reply]
The auto-protect was cool cat's idea. and in dewp, vote comments are illegal in vote section. greets, HardDisk 19:26, 16 September 2006 (UTC)[reply]
The user is informed, that his request is moved to the future. 
That's not a reject, but I have to watch the user (and his code) for longer. --DaB. 21:20, 20 September 2006 (UTC)[reply]

Hello, I would absolutely love to have an account, I want something special I can do, and I would love to develop tools. I understand the rules and am looking forward to developing tools for the Wikimedia project. If you have any questions, please contact me at en:User talk:Minun, cheers Minun 19:44, 30 July 2006 (UTC)[reply]

Please, reread When requesting. You're not saying Why you want an account so you have little chance to get it. Platonides 21:59, 5 August 2006 (UTC)[reply]
I'd like to help out other users, and take special parts in the project, and this is one of them. I've been thinking of a couple of ideas too. I have thought of perhaps a signature generator, and a user page generator, and some more advanced tools include a barnstar generator, and much more. Cheers Minun 18:53, 6 August 2006 (UTC)[reply]
Hello, Please first write down what you like to do. Because I need something to decide :). --DaB. 14:05, 7 August 2006 (UTC)[reply]
I would just be mainly taking a special part in the projects, here are some thoughs I made. Here are a few tools for users who make their personal content (user page, talk page, siganature, etc...)
  • A user page (and talk page) design generator
  • A signature generator

and I also have this tool in my mind

  • A barnstar generator (kinda like what users can use to make theirt own barnstars)

These are just what im thinking of, I will probably be able to make much more Minun 18:48, 7 August 2006 (UTC)[reply]

Those don't require database access or processing time on another server. 86.134.49.147 15:40, 21 August 2006 (UTC)[reply]

Please note that en:User:Minun has been blocked for one year by ruling of the arbitration committee. TDS 01:58, 24 August 2006 (UTC)[reply]

Its been appealed so please wait if your here to reject it for that exact reason, but nevertheless, I can still work on it before it gets lifted.

Now, regarding the anonymous user's question, i've scrapped the idea of the image generator as that may not require such use, but I will still keep the idea of the signature generator and the userpage one. I've also thought of a new one, its a tool that can sniff things they can do to improve, one for normal users to find out if their ready to be an administrator, which can sniff if someones reverted that users contributions, if that person needs to do more stuff, example discussions, deletion discussions, etc... and lots more. Minun 15:06, 30 August 2006 (UTC)[reply]

Of course neither I nor the toolserver is under the control of the en:-arbitration-Board. But the things you do would result in a block on each project I know. So you have lost a huge part of the trust of communities and so I can't imagine that someone would use your tools. So I think the request is going to wait until the trust in you is back and/or the block is finish. --DaB. 21:29, 20 September 2006 (UTC)[reply]

I running the german Wikipedia MP3-Podcast and an automatically gernerated OGG-RSS-Feed for spoken articles at de:Wikipedia:WikiProjekt_Gesprochene_Wikipedia/RSS-Feed. I host all of the services on my own server, causing me 6GB of monthly traffic and the need for approx. 2GB disk space. (only for german podcast) I have all together approx. 50.0000 monthly hits and about 150 listeners to the german MP3-Podcast. I'd like to expand my services to the international wikipedia. Beside hosting of the nesecessary scripts, causing 1GB Traffic and consuming about 0.5GB disk space (for a very short time audio converison cache OGG->WAV->MP3), I like to host MP3 versions of the original OGG versions of spoken articles somewhere (not nescessary on Toolserver). You will find more Information in German on my discussion page at de:Benutzer_Diskussion:Jokannes#Toolserveraccount. de:User:Jokannes 19:19, 19 January 2007 (UTC)[reply]

What about the MP3 patents? Within the United States, royalties are required to create and publish a MP3 file. I personally advocate for greater adoption of Ogg/Vorbis/Theroa and other FLOSS formats. Thanks, GChriss 20:03, 10 April 2007 (UTC)[reply]

Hi, I'm One, an administrator from the English Wikipedia.

I wish to run a bot that would fix common spelling mistakes in articles. I know it sounds simple, but think of how many times common misspellings like 'belive' instead of 'believe' or 'attourney' instead of 'attorney' are used in articles. Those add up, and I believe that it would be much more quicker and efficient to fix these common mistakes through a bot than through manually going to hundreds of different articles and manually changing them. 1ne 07:14, 25 July 2007 (UTC)[reply]

I'm afraid such a bot is often proposed but never approved on enwiki. I suggest you read w:Wikipedia:Bot policy which outlines the problems with automatic spelling correction and specifically prohibits such bots: "There should be no bots that attempt to fix spelling mistakes in an unattended fashion. It is not technically possible to create such a bot that would not make mistakes, as there will always be places where non-standard spellings are in fact intended." If you are interested in fixing spelling mistakes you might wish to look at using w:Wikipedia:AutoWikiBrowser which makes the process semi-automatic, you are required to review each change to ensure the context is correct. w:Wikipedia:Typo has some more info. Regards. Adambro 08:11, 26 July 2007 (UTC)[reply]
Do you have another idea? If your project has a rule against such a bot it is not a good idea to run such a bot on the toolserver :). --DaB. 22:49, 9 August 2007 (UTC)[reply]
I will chime in here as a member of the approval group on en.wp: such a bot would indeed be denied as a perennial request. The community has long ago decided that the potential damage of an automated spell checking process far outweighs any putative benefit. — Coren (talk) / (en-wiki) 19:02, 27 October 2007 (UTC)[reply]

Hi I would like to request a shell access to the toolserver. I want to create tool which shows up various interesting feeds from wikipedia/other sister projects. There are some useful feeds available for wikipedia articles, but many more can be useful. Fo example, a feed to read latest quote from wikiquote can be very useful en:User:Shabda 196.15.16.20 07:02, 27 July 2007 (UTC) Sample of my work en:User:Shabda[reply]

These kind of rss-feeds could be a problem because the toolserver can't (in legal way) offer article-content. So a feed "New quotes by Karl May found" would be no problem, but a best-of Kennedy would be a problem. --DaB. 22:22, 9 August 2007 (UTC)[reply]
Aren't all articles of wikipedia GFDL liscenced? So how would creating a RSS feed for them be illegal? Can you point me to the correct policy, if I am in error on this? Thanks. 123.176.33.248 12:55, 12 August 2007 (UTC)[reply]
Also I would like to work with this en:User:Shabda
Hello. You did not do any updates here last time. en:User:Shabda
The problem is not the license, but that the toolserver is owned by the german verein and not by the foundation. The law in germany is other then in the USA for some time.
So if your feed contains only a list to wikimedia-projects-articels, all would be fine. But if your feed offer content (like complete quotes) that could be a problem. So please say, which type of feed you plan. --DaB. 14:11, 13 September 2007 (UTC)[reply]

Hi, I'm an admin ad the German Wikipedia, and I've been a core PyWikipediaBot developer for several years. I'm running de:Benutzer:Zwobot (and, for interwiki placement, his brothers in > 100 other languages).

I'm the author of PyWikipediaBot's weblinkchecker.py. This is a tool to detect and report broken external links. See weblinkchecker.py for details. The problem is that this script uses a LOT of bandwidth. It will download any HTTP or HTTPS URLs linked to from all articles, about 50 simultaneously, including large files like images and PDFs. I don't know exactly how much traffic it causes, but if I run it on my home DSL line, I get some false positives (socket error) because the line is congested. CPU and RAM usage are minor, and I only need a few MB to store the found dead links.

Also, it would be interesting to improve PyWikipediaBot's MySQL features. At the moment, most scripts directly parse an XML dump, and could be heavily sped up by accessing a MySQL database. This is of course limited by the lack of full text access on the toolserver, but maybe some scripts (e.g. redirect.py) could make use of that limited MySQL access anyway. --Head 23:37, 12 September 2007 (UTC)[reply]

Why is it needed to download the hole file? Wouldn't it be enough for to just reas the HEAD-Informations from the server? --DaB. 15:33, 27 September 2007 (UTC)[reply]
Is it not possible to delete 4XX-status-links automatic in the article?--Luxo 18:16, 11 October 2007 (UTC)[reply]
Luxo: That is not possible. First, sometimes there are obvious typos in the URLs, which are easy to fix for a human user, but not for a bot. Second, some external links are embedded into the context, and you cannot just rip them out. You might destroy the meaning of the sentence, or you could remove an important reference. --Head 02:05, 20 January 2008 (UTC)[reply]
DaB.: The bot first tries to get the header only. If there are no problems with this, the bot considers the link alive. This is the case with most of the checked external links. But if something goes wrong with the HTTP HEAD method, the bot retries with the GET method. Some servers seem to be misconfigured and report errors with HEAD, but work fine with GET (and thus work fine in web browsers).
Still, the mass of loaded headers, together with a few large files, leads to a huge bandwidth consumption. --Head 02:05, 20 January 2008 (UTC)[reply]

I'm interested in doing some analysis of the meta-data (such as most changed page...) also similar to http://tools.wikimedia.de/~leon/stats/wikicharts/index.php?lang=de&wiki=enwiki&ns=alle&limit=100&month=09%2F2007&mode=view but with different time frames...etc.

I would also be interested in writing a tool to update the page_counter column under the page table by batch processing the apache logs, for the best of both worlds -- the system would avoid writing to the master DB server everytime a page is viewed, but accurate statistics would be available (trailing by 24 hours or whatever)

Thanks. --yourabi, 16 September 2007 (UTC)

We have no apache-data from the wikimedia-projects. And we haven't enough capacity to serve the page_counter-data for every access of a wikimedia-project. --DaB. 15:40, 27 September 2007 (UTC)[reply]

Hi, I am a graduate student at UCSC. I am requesting shell access to the toolserver to help create a real time, complete verison of the trust coloring demo for the English Wikipedia we have created. Thanks, -UCSC_wiki_trust

Would you offer the resultats on the toolserver or need you just data for your project? The first thing could be a problem, the secound not. --DaB. 21:51, 7 October 2007 (UTC)[reply]

I am a bot operator on the Arabic and other wikipedias. I want to run the bot 24 7 on Arabic wikipedia for warnings, etc. I would like to have a toolserver account to run the bot (and interwiki bots on other wikis). --Ordinaterr 05:06, 11 November 2007 (UTC)[reply]

Your bot is allowed to work on interwiki and create new pages only..What do you mean by warnings?--Alnokta 11:46, 22 November 2007 (UTC)[reply]
So it runs while I am offline. --23:24, 3 January 2008 (UTC)

Hi,

I' developing scripts to turn Mediawiki-HTML-Dumps into eBooks suitable for mobile devices (see http://pinguinburg.de/wpmp for details). This works fine for the Wikipedia itself (because HTML-dumps are available via http://static.wikipedia.de ). However, other interesting projects like wiktionary aren't covered by this service. This is why I'd like to do HTML-dumps myself.

Thank you.

How do you plan to create such dumps and what do you plan to do with the dumps? Please notice that the toolserver is not allowed to offer content. --DaB. 16:56, 3 March 2008 (UTC)[reply]

Hi, I am an administrator on the Simple English Wiktionary, and I currently run an interwiki bot, simple:wikt:User:WenliBot. I would like to run this bot on the toolserver. Thanks. Wenli 04:28, 12 January 2008 (UTC)[reply]

We have had some problem with interwiki.py in the past (much use of RAM). I have first see, if the developer fixed it. --DaB. 23:05, 9 February 2008 (UTC)[reply]
There are still the problem, that the interwiki-bot need too much ram. So do you have another idea, what you could do with an account? --DaB. 16:49, 3 March 2008 (UTC)[reply]

I'd like to run some real time analysis tools, yet to be developed like:

  • requested articles in a category (and all subcats). (code).
  • relevancy and relatedness of subjects. (no code written yet)

See also Zeusmode, a javascript reasonably well-used on the dutch wikipedia. Zanaq 15:03, 10 February 2008 (UTC)[reply]

mm, I guess live-data is not a good ides. The wikimedia-server-guy deactivaded this data not for fun, I guess :). What about cached data? --DaB. 17:07, 3 March 2008 (UTC)[reply]
me mm too :-) I don't really understand the problem. I am not aware of any server-guy disabling anything. The first tool is simply to find out which non-existent articles are linked to from a certain category. This is handy to find incorrect links, and relevant missing articles. It is not a statistical analysis tool. It has to be (reasonably) realtime so you don't have to manualy filter out the articles that have recently been created. Zanaq 09:50, 6 March 2008 (UTC)[reply]

TheDaveRoss on en.wiktionary

  • User:TheDaveRoss
    My main interest is figuring out how people use Wiktionary and efforts to improve the way we do things based on that information. I would be using toolserver for things similar to the polling project currently underway at en.wikt, because Connel shouldn't have to do _all_ the work.
    Of secondary interest in in support of my bot's work on Spanish entries using the toolserver for analysis of existing/non-existing entries.
Wasn't logged in, but it was me :) - TheDaveRoss 06:43, 17 February 2008 (UTC)[reply]

Hi, I'm is admin Chinese wikimedia(wikipedia, wikitionary, wikinews...) and an steward. I currently run an pywikipediabot, I would like to run My bot and stores sourcecode on the toolserver. My bot is zh:User:Sz-iwbot (interwiki bot), User:Welcomebot (Welcome new user) and User:Talkindexbot (Talk page index, self made see User:Talkindexbot/source). And I develop other codes. --Shizhao 13:25, 5 March 2008 (UTC)[reply]

Drini on meta and eswiki

I run a pywikipedia bot that blocks spambots on most wikis, coordinating efforts of several stewards and checkusers (see). But it's a bit problematic for me to run it from my notebook. You can find me or other stewards on #wikimedia-stewards to clear any doubt about the job. I don't fetch page texts, and the bot's code it's available for inspection at mblock.py es:Drini 15:47, 8 March 2008 (UTC)[reply]

This God-like human really needs a toolserver account to run his scripts which help stop trolls/spammers/vandals on smaller wikis and as a Steward, he is an advantage, and if Global blocking idea fails, Drini will most probably be our last and only option..--Cometstyles 03:58, 18 April 2008 (UTC)[reply]

I am user Walter, the one that is doing Wikizine. I provide an CGi:IRC-gateway service to give people easy access to the Wikimedia related IRC-channels. I would like to have an account on a toolserver to run such a gateway. see http://cgiirc.org My current host can not handle very well all the requests for it. It often fails. I would keep my current hoster but only list the gateway hosted on the toolserver as one of the options so not all traffic goes to it. Currently I have about 300mb traffic a month for this service. And 20-30mb webspace is enough for this. --Walter 11:37, 9 March 2008 (UTC)[reply]


Hello. I'm an administrator on the Italian Wikipedia. I'm requesting a Toolserver account in order to run a bot for copyright control and for maintenance work; the bot should check the new pages on italian wikipedia and control if they are copyvioled. The work doesn't waste cpu resources, but it's long and repetitive, so i cannot do it daily on my pc Lusum 18:26, 18 March 2008 (UTC)[reply]

Fine contributor and trusted bot operator in my opinion. Snowolf How can I help? 17:27, 22 March 2008 (UTC)[reply]
Admin & Check User on the italian Wikipedia. He also teaches C/C++/Java at school, super-trusted user :-) --Filnik 20:32, 24 March 2008 (UTC)[reply]
+1 per snow & fil :) --.snoopy. 20:31, 9 April 2008 (UTC)[reply]
support . He's trusted and he knows what to do with technical tools. - εΔω 15:15, 10 July 2008 (UTC)

Hello. I'm a from Holland and I like to work whith bot's, and because i love to word with wikipedia. I am workin on a anti vandalism bot for the dutch wikipedia. But that has to work 24/7 so i would like to use the toolserver. 80.61.62.123 13:49, 21 March 2008 (UTC)[reply]




I'd like a toolserver account so i can run perlwikibots so it can do repetitive work for me like rollbacking serial vandals or do some wikimeetup spam on request... --Cream 01:04, 29 March 2008 (UTC)[reply]

This user is a reformed blocked user on the English Wikipedia as well as former banned user from the WikiMedia IRC channels due to his bot-aided disruption of the said channels. While the user has expressed strong will to reform, and has started in the right direction, it maybe too soon, in my opinion, to grant him access to such a powerful tool as toolserver. IIRC he has already expressed willingness to stop his distruptive behavior in the past while then failing to do so. I do strongly believe that this user has changed for good, but maybe a little waiting can do no harm. Nothing personal, Cream, you know that :) Snowolf How can I help? 21:19, 3 April 2008 (UTC)[reply]
So this request is moved to beginn of november. Please report any NEW problems with Cream here (and of corse Good things too). --DaB. 14:43, 14 July 2008 (UTC)[reply]

Hello. I would like to request a toolserver account, so I can develop and test a flash based video system designed for Wikinews. I have developed flash based video systems in the past, and I think I could have one completed in 6 months to a year that it is user friendly, and all the filmer would have to do is do some basic editing, such as cutting out parts he does not want, before uploading. I think I could do a system that adds in Intro Graphics, and a name bar at the beginning. And if needed I can even add in advanced features. Such as, if it is a video interview, I could add in a system where they could tell it to add extra name bars at certain times in the video. I currently only have an account for Wikinews. --User Page for Crasheddata 12.152.160.239 20:52, 1 April 2008 (UTC)[reply]

I doubt that's possibly because the toolserver is not allowed to offer content. So it would be only possible to develop the software on the toolserver and then move it into mediawiki. --DaB. 14:49, 14 July 2008 (UTC)[reply]

Hi there! My name is John and I am from the English Wikipedia and the Wikimedia Commmons. I currently have 4 running and planned bots the I operate. For the third and fourth bot They will need to run continuous to be useful. en:user:John Bot III will be the first bot to use the toolserver, and will tag policy violating images on Wikipedia. The other will do that on the Commons. The ability to use the toolserver will allow me to employ bots that are effective 2/47. Thank you for your time and consideration for this request. Best Wishes, Compwhizii 00:12, 3 April 2008 (UTC)[reply]

I hate to rush anyone but running the bots on my computer really isn't working for me. I don't have the biggest connection on the planet so the bots can eat up my bandwidth pretty easily. And since I cannot have my computer running 24/7 the bots are not working to my full expectations. So I would be very pleased if I could have an account sooner. Thank you, Compwhizii 19:43, 29 April 2008 (UTC)[reply]
Both Jobs are done already me Filbot (my Bot) on commons and by OrphanBot on en.wiki. The last one even better of what JohnBot will do (or mine, that's the same, because we use the same script written by me). So, imho no need for a toolserver account. --Filnik 11:47, 2 May 2008 (UTC)[reply]
Looks not urgend if there are such bots allready. --DaB. 15:12, 12 May 2008 (UTC)[reply]
Yeah, I guess not. Compwhizii 19:48, 14 May 2008 (UTC)[reply]
Update: I'm now CWii CWii 14:25, 1 June 2008 (UTC)[reply]

I am a sysop on en.wiki and Meta and am attempting to revive en.wiki's Statistics Department. I would like an account to run statistics reports for the project. Nakon 03:00, 22 April 2008 (UTC)[reply]

Has a wikibreak at the moment. --DaB. 14:51, 14 July 2008 (UTC)[reply]







I am a software engineer intersted in opensource technologies and community contribution. I have contributed to wiki monetarily and in some maintanence activities like categorisation , i would like to use my experience with the computers to contribute more to wiki maintanence, so please give a role in wiki toolbox server maintanence or any other work u decide as appropriate

http://en.wikipedia.org/wiki/User:Ramkumaran7

06:57, 30 May 2008 (UTC)

I'm an administrator of ru-wp and commons. I want account for write tools which will aggregate microformats and other data at ru-wp. Also I will write some small scripts. ~ putnik 08:26, 22 June 2008 (UTC)[reply]

I'm working on extensions to Wikiscanner, specifically trying to automatically detect edit wars and revisions with malicious intent. A Toolserver account is essential for this project.

This request is Urgent.

Thanks,

Romancohort

Are you still active? --DaB. 01:52, 12 August 2008 (UTC)[reply]

Hi, I am also working on extensions to Wikiscanner. I am trying to develop a tool that would help to detect sock/meat puppets. A toolserver account would help me work with live edits.

Thanks,

Sg070289

Hey, I run a Bot on the English Wikipedia. I would like to have access to the tool server to allow me to run queries on a live version of the database and tag uncategorized articles in (near) real time. I also would like to devolop a tool to allow users find uncategorized articles since a cache limit of 1,000 on en.wiki doesn't come close to listing everything because of the number of articles. --Nn123645 05:17, 11 July 2008 (UTC)[reply]

Hi, I am a scientific worker from the Fraunhofer Institute FOKUS and we want to contribute to the work of user Kolossos. We would like to create more access interfaces like WebService IF and Servlet IF. Please create an developer account for us! FhG_FOKUS 09:27, 14 July 2008 (UTC)[reply]

I have contact to him and believe that we should use the chance to get professional support for Wikipedia-World .--Kolossos 13:25, 14 July 2008 (UTC)[reply]
I need informations if the user is still active; if so, there should be no problem with an account. --DaB. 02:17, 12 August 2008 (UTC)[reply]
The user wrote you an email. --Kolossos 19:26, 29 September 2008 (UTC)[reply]

I'm a brazilian programmer and I would like to use toolserver to make and test a administration robot in python language that will check random wiki pages for inappropriate words and wrong content. Thanks. --Zanst 17:49, 14 July 2008 (UTC)[reply]

Em qual projeto em português você trabalha? Alex Pereira falaê 14:23, 15 July 2008 (UTC)[reply]
Translation: "In what Portuguese project do you work?" —translated by Google :D Cbrown1023 talk 02:42, 12 August 2008 (UTC).[reply]
Atualmente não estou trabalhando em nenhum projeto. Comecei a pensar na idéia de criar o robô a alguns dias. Sei que ja existem várias iniciativas, mas gostaria de contribuir de alguma maneira mais avançada. --Zanst 14:25, 16 July 2008 (UTC)[reply]
Translation: "Currently I am not working on any project. I started thinking about the idea of creating the robot a few days. I know that there are already several initiatives, but would like to contribute in some way more advanced." —translated by Google :D Cbrown1023 talk 02:42, 12 August 2008 (UTC).[reply]
Procure por Leonardo.stabile, na Wikipédia em Português, que ele poderá esclarecer-lhe melhor. Antes, crie uma conta, pode ser com este nome de usuário que usou mais acima, para entrar em contato. Maiores esclarecimentos, pode me procurar, na minha página de discussão aqui. Alex Pereira falaê 16:31, 16 July 2008 (UTC)[reply]
Translation: "Look for Leonardo.stabile in Wikipedia in Portuguese, he could explain it better. First, create an account, it can be with this username that you used above, to contact them. Further clarification, I can look at my page of discussion here." —translated by Google :D Cbrown1023 talk 02:42, 12 August 2008 (UTC).[reply]
Sorry, I don't speak pt, so please write a short translation of your talk here in english or german, thanks :). --DaB. 01:59, 12 August 2008 (UTC)[reply]
See ---^^ Cbrown1023 talk 02:42, 12 August 2008 (UTC)[reply]

Hi. I'm an editor across on en.wiki, and I'm involved in attempting to combat vandalism by a fairly prolific sockpuppeteer, WJH1992. This user generally makes use of IP socks, which are temporarily blocked on sight, but obviously can become active again later. I've developed a script that makes use of the MW API to check for recent activity of sock tagged IPs (with possible expansion to check rangeblocks associated with this user for recent activity). The script is currently running on my private server, but I think would have room for expansion if it could be made available on the Toolserver. ~~ [Jam][talk] 03:36, 16 July 2008 (UTC)[reply]

This is Chris from the English Wikipedia. I have a (relatively) small XMPP bot that I would like to run on the toolserver. I have been using my own server at home for this but since power and Internet access can be unreliable I'd like to move it to the toolserver. I am also planning a few features that would benefit greatly from direct database access. Crazycomputers 14:56, 16 July 2008 (UTC)[reply]

I'm a sysop and bot operator on the English Wikipedia and I have commit access to the MediaWiki SVN repo. I'd like to move my bot to the toolserver; it currently runs on my laptop, which doesn't always have a reliable internet connection. I'd also like the ability to, in the future, run bots that require a more persistent connection than what I can provide, and would appreciate the ability to run SQL queries occasionally as well, and perhaps some tools as well. Mr.Z-man 21:56, 19 July 2008 (UTC)[reply]

Hello! I have written a small program that can transliterate Cyrillic characters into Latin ones, according to the transliteration rules of ISO/R 9 (1968). Other rules can be created by the user (this is configurable). This tool might be useful for the Italian Wikipedia because ISO/R 9 transliterations are used as article titles. The program is under GPL and written in Java.

I wonder if someone could upload this program for me, or give me an account on the toolserver so I could do it on my own.

--MaEr 17:37, 21 July 2008 (UTC)[reply]

Hello everyone, I am a bot operator on the English Wikipedia. I'd like to move my bots (En:User:MifterBot and Commons:User:MifterBot) to the toolserver; it currently runs on my desktop computer, which doesn't always have a reliable internet connection :( (And because of that I cannot set my bots to run continuously as I would like to). I'd also like the ability to, in the future, run bots that require a more persistent connection than what I can provide from my current connection (e.g. Maybe an archive bot or something like that). Thanks and All the Best, --Mifter 18:52, 21 July 2008 (UTC)[reply]

Hi! My name is Rastrojo, and I am and admin on es.wikipedia and Commons. I am a bot operator on several Wikipedias. I'd like to move my bot, (BOTarate, full details) to the toolserver; it currently runs on my computer, which since 2 months, because of a change in the internet company, it has problems with the IP. Because of that, I can't run my bot in all wikipedias (proxy block). For so I request a Toolserver account. Thanks for all in advance. Rastrojo (DES) 10:42, 23 July 2008 (UTC)[reply]

Hello,

I would like to request an account on the toolserver for developing and running a bot; see en:User:B. Wolterding/Article alerts for details. The bot would a) heavily rely on database access and b) run periodically on a daily basis, which I cannot do on my local computer. I think it's feasible on the toolserver only.

Also, allow me a question since I'm slightly confused about the instructions: Toolserver/Getting started#Send the information could be interpreted to say that you would require me to disclose my real name, is that correct? --B. Wolterding 15:48, 24 July 2008 (UTC)[reply]

This task has quite a bit of support [5]. — Carl (CBM · talk) 15:58, 7 August 2008 (UTC)[reply]
This is correct. --DaB. 02:12, 12 August 2008 (UTC)[reply]
Thanks for your answer DaB.; however, in that case, I would like to cancel the request. (This requirement seems to be an important point. You may want to mention it more explicitly, say, in the header of this page.) --B. Wolterding 11:55, 12 August 2008 (UTC)[reply]

Hi there. I would like to request an account on the toolserver for the purpose of developing and consequently running a bot to detect edits which appear to be simple tests. This bot would periodically poll the recent changes list for only small additions, as anything which causes a large page size change will already be under review by either a bot or a user on counter-vandalism patrol. I intend to write it in Python and have already taken the liberty to make sure that it meets the version requirements for me to begin.

You can view my latest project in Python here (SVN trunk), if you feel it is necessary to assess that I am an experienced programmer.

I thank you for your time. Tj9991 15:52, 25 July 2008 (UTC)[reply]

Update I've finished my bot and it has been approved for a trial. It is ready to run on the toolserver as soon as I receive an account. tj9991 (talk | contribs) 19:18, 27 July 2008 (UTC)[reply]
Update 2 The bot has been running with a flag for the past day on my home computer. It's able to keep up during the slow times of the day, but without a better setup it can't follow the traffic. --tj9991 (talk | contribs) 14:38, 29 July 2008 (UTC)[reply]
Sorry for the OT but.. have you seen this bot? :-) --Filnik 08:56, 7 August 2008 (UTC)[reply]

Hi, I am Yoni, a sysop and sysop bot operator (he:User:Yonidebot) in the Hebrew Wikipedia. I am an amateur but I manage to write and run the simple stuff that I need in c# and js. I wish to run a dotnetwikibot and use it to update the main page as well as other maintenance templates on a daily basis. I will also consider moving my "vote bot" from my private site [6] to the tool server (This page is used by the Hebrew Wikipedia community to decide who has voting privileges). Regards, Yonidebest 23:31, 10 August 2008 (UTC)[reply]

I'd like to request an account on the toolserver to create part of a bot, which queries wikiproject categories with backlogs and generates a bar graph in wiki markup showing the number of pages in backlog by date against the total. I plan to do it using C, which is the language I have the most experience in (as my university teaches CS in it). Falcon Kirtaran 19:38, 14 August 2008 (UTC)[reply]

Hello, I'm sysop on the Wikipedia in French and long-time Wikipedian (especially so-called WikiGnome). I have written a small program in PHP to apply regexes to texts, because I need it for wikify lists miswikified or other things. It is possible to store regex. A version on line is was available (I think my ISP has considered this was a storage space, which is forbidden). I request this account to make the script more usable for communities. Initially I planed to make to script to auto-wikify a text (something like [7] but better), but it's a bit difficult; I already plan to make a such script but I have no time (and perhaps competences - for now). ~ Seb35 18:43, 19 August 2008 (UTC)[reply]

Toolserver User:Example

I have experience in wiki related things (markup) (in wiki openSUSE). The Most I want is to build 2 Things

  • A User/Talk page designer..(May use RICO) most from js...(I have started making it !)

I may not need DB access. After success i will try out a

  • A statistics program (openSource) (produce Charts/Graphs) from php

I am signing this from IP because I dont have accounts in Wikipedia Pl.Reply on https://wiki.toolserver.org/view/User_talk:Example

I would like to make a translation tool available to the Afrikaans Wikipedia community. The tool is based on the pywikipedia framework. It will typically read a page from a foreign language Wikipedia (initially only from NL), and use a dictionary and interwiki links to translate the article into Afrikaans. The translated text can then be further customized before it's uploaded to the Afrikaans Wikipedia site. Best regards. Naudefj 13:22, 21 August 2008 (UTC)[reply]

Hello. I'm a little prgrammer from Hong Kong and I like to make some tools for Mediawiki, and because of i'm interested in wikis and free software. I can't speak English as good as you - but I hope you allow me to make a tool.

I am planning to write these programs:

  • Check the wrong word, like 已,己
  • Post notice on user talk page

Skjackey tse 09:51, 26 August 2008 (UTC)[reply]

Hello, I am developping a program to create a dynamical KML file to display the coat of arms of French (and maybe later other countries) cities and villages in Google Earth. It's working quite well on my computer, but I would like to make it available for other interested users. Thank you for considering my application. --Aroche 13:26, 24 August 2008 (UTC)[reply]

Hi! I'm a sysop and bureaucrat in Hungarian Wikipedia. I run six bots frequently there:

  • A hourly running bot written in C# using DotNetWikiBot refresing hu:Sablon:KP Kiemelt and hu:Sablon:KP Szócikkek.
  • A daily running bot written in Perl using Perlwikipedia archiving hu:Wikipédia:Tudakozó page.
  • A daily running bot written in Perl using Perlwikipedia updating the number of featured articles to a template.
  • A daily running bot written in Perl using Perlwikipedia updating page hu:Wikipédia:Új szerkesztők támogatása/Mentorálás.
  • A weekly running bot written in Perl using Perlwikipedia updating the article assessment pages for Hungarian Wikipedia.
  • An IRC-bot written in C# using SmartIrc4net for #wikipedia-hu channel doing wikilinking and providing statistics.

Currently they are running from my home computer, but as it's an ADSL-connection, there are sometimes problems (and another problems). It would be good to run them from the toolserver. Dani (vita) 13:56, 24 August 2008 (UTC)

Hello, I would request an account on the toolserver. It's mainly for hosting my bot Ptbotgourou. Actually it's a bot who use pywkipedia framework mostly for interwiki. I hope to have more time to improve it and make it more helpfull. I would also take the advantage of a unix server like to update automatically the pywikipedia trunk unstead of manually on my windows computer. --Gdgourou 16:16, 24 August 2008 (UTC)[reply]

Hello,

I would like a toolserver account so that I can work on (and share) an alternative to the current use of the querycache, which due to the LIMIT in queries that populate it, is constraining the usefulness of some "Special" reports for larger projects like en Wikipedia. This project would not require page_text fetching.

I proposed a patch earlier this year, which would add an indexed id to the cache, and thus allow returning paged results by index range scans (which are cheap regardless of the size of the cache) rather than the use of limit and offset queries (which become linearly more expensive with a larger cache). At least part of the reason for restricting the result size of the querycache-populating queries seems to have been that a larger cache was more expensive to query.

JeLuF (in bug 3419) expressed some concern that the inserts which populate the cache could also be expensive, and that the work should therefore be carried out on the toolserver.

I would like the opportunity to bring this work forward, building a working model of the solution proposed in the patch which would provide comparative metrics as well as an alternate series of reports to the "Special" pages on Wikipedia which are broken due to the current implementation of caching.

Please feel free to email me with any questions or whatever.

Thanks for your consideration, Shunpiker 14:52, 1 September 2007 (UTC)[reply]

AFAIU Jeluf said, the toolserver should be used when someone need data. I'm unsure if we have the capacity to offer unlimit special-pages for such big projects as enwp realtime. Perhaps we/you should start with a refresh every day. Would you agree? --DaB. 15:56, 27 September 2007 (UTC)[reply]
Hi DaB, Thanks for the response! I think a daily refresh, or even a weekly refresh with the enlarged cache, would be a good step forward for a report like Lonelypages on enwp. The cost of the additional inserts could be offset by running the refresh less frequently than it is currently run. Even a monthly refresh of that report would be an improvement on the current situation where the vast majority (guessing ~85%) of relevant pages are always excluded from the report altogether due to the cache size limit. In deciding how often to run the report, I think it would be worthwhile to measure and compare the cost of:
  • The cache-populating query, with the limit
  • The cache-populating query without the limit
  • The cache-insert with the limit
  • The cache-insert without the limit
I would also like to measure:
  • The cache-reading query using limit/offset
  • The cache-reading query using indexed range scans
Here's another avenue I am interested in exploring: The point of the query-cache is to take heat off the database, but if the database resources consumed by queries on the cache itself (let alone infrequent inserts) have become a concern, what are some other options for implementing the cache? It seems like the data in the cache is neither highly structured or typed, so berkeley databases or memcached or something else might serve just as well as the current mysql implementation, and better in so far as an alternate implementation would not be in contention for the precious db resources. -- Shunpiker 07:04, 16 November 2007 (UTC)[reply]
I would like to renew this account request, first placed in September 2007, but never concluded. There has been recent concern raised on "Wikipedia_talk:Special:LonelyPages" about how the cache size limit has broken the orphan-tagging bot on English Wikipedia. I remain convinced that the problem solvable, and admits a number of solutions. -- Shunpiker 01:04, 1 September 2008 (UTC)[reply]
Note: this bot requires that it gets page text! (rarely, but sometimes)

Hello, I run a bot that operates primarily on IRC (but also edits Wikipedia) - en:User:Danielfolsom2 – and I need it to run 24/7 because it reports recent changes to the irc.freenode.net channel #wikipedia-spotlight. The bot operates using Twisted (for which Zope is required) and pywikipedia (and, obviously, python).--Danielfolsom 18:34, 1 September 2008 (UTC)[reply]

And what does the bot? --DaB. 16:22, 24 September 2008 (UTC)[reply]

I am about to start running a bot that will update cricketers' statistics on en.wikipedia, using statistics from CricketArchive (I have received permission from the site owners). In order to run this at a low-traffic time, it would be extremely useful to have an account on the toolserver. Bot request. I had a toolserver account at some point in the past (as "smoddy") but I went inactive for a long period.

Sam Korn 22:11, 14 September 2008 (UTC)[reply]

Just open a bugreport on JIRA to get your old account reenable. --DaB. 16:40, 24 September 2008 (UTC)[reply]

Hallo,

ich möchte gerne einen Account für den Toolserver haben. Ich besitze Kenntnisse auf den Gebieten PHP und MySQL.

Jan Luca 19:01, 21 September 2008 (UTC)[reply]

PS: Antwort bitte bevorzugt in Wikiversity(v:de:Benutzer Diskussion:Jan Luca), aber auch in Wikipedia(de:Benutzer Diskussion:Jan Luca) möglich.

Du musst uns/mir schon verraten, wozu du den Account brauchst. --DaB. 15:22, 26 September 2008 (UTC)[reply]

Ich möchte gerne einige Skripts für de.Wikiversity entwickeln, da sich auf diesen Gebiet wenig engagiert wird(keine Kritik). Es wurden im Projekt Wünsche von Mediawiki-Erweiterungen geäußert, die mal aber leichter als externes Skript betreiben kann. --Jan Luca 12:13, 29 September 2008 (UTC)[reply]

I would like a Toolserver account to develop a PHP script to allow quick(ish) searching for specific page names (optionally specified by namespace) across all language editions of each WMF project. To keep server stress to a minimum, this will involve outputting a list of links; thru the wonder of tabbed browsing and a little bit of effort, the user will be able to quickly find whatever they're looking for. Though I know that I will make ample use of it, I'd like it to be on the toolserver so it can be easily accessed by other cross-wiki editors.

Examples of what could be searched for with this tool are babel templates (Template:User en), animal species (Carcharodon carcharias, which often redirect to the localized name for the animal), or people names (Jimmy Wales).

About me: I'm a bureaucrat on enwiki, as well as a couple other projects; a full list of my permissions can be found at User:EVula#Mini-matrix; my full matrix is at User:EVula/matrix. I have a bit of experience with PHP, and lots of experience with XHTML and CSS.

Thanks. EVula // talk // // 04:14, 22 September 2008 (UTC)[reply]

Hello, I would like to run my interwiki bot (ChenzwBot) on the toolserver. It uses the pywikipedia bot framework. Putting it on the toolserver would be more productive as I can only run the bot on my computer for about 4 hours a day. Thanks. Chenzw 03:10, 27 September 2008 (UTC)[reply]

Ich hätte auch gerne einen Toolserver-Account. Ich möchte im Rahmen des Projekts Wikipedia-World in Anlehnung an Kolossos’ Skript für Google Earth einen de:Web Feature Service mit Kolossos’ Koordinaten-Datenbak anbieten. Siehe dazu auch Kolossos-Diskussionsseite.

Code hierfür habe bisher nur offline. Andere Projekte meinerseits existieren bisher nicht. --Jailbird 10:28, 29 September 2008 (UTC)[reply]

Hi,

I wish to use it for several currently experimental tools. One is an interface for DYK that should make life easier.

More will follow,

Thanks,

BG7 10:24, 1 October 2008 (UTC)[reply]

Hello. I have accounts on several Wikimedia sites - but this toolserver access request is related to a problem I'd like to help solve on the English Wikipedia. My user page there is en:User:Ikluft.

I have observed that the debate over what external links to include for airport information (both for airline-served and general aviation airports) has come to a standstill. See the TfD debate for the US-airports templates at en:Wikipedia:Templates_for_deletion/Log/2008_August_27#Template:US-airport. Though each individual has their own views, I noticed the lines tend to be drawn across the Atlantic. In general the European view seems to be to delete all commercial links and the North American view is that only commercial sources have usable presentation of airport info. That may be because there are more pilots among the population in North America. I see a potential solution in how a similar problem was already solved with the en:Template:GeoTemplate (which is used as a template for software on toolserver) to turn latitude/longitude coordinates into a page of links to non-profit and commercial mapping sites. Similarly, the tool I propose would take an airport code (and other parameters) and provide links to sites which serve airport information. By linking to a tool rather than putting these links on every airport page, I hope it should be a palatable compromise for both sides. The links won't be directly on each airport page but they will be easily accessible. So that's the model I would like to follow to provide a workable solution to this problem. Similar to the GeoTemplate's usage, the airport links template could be accessed once and cached for use in serving many requests based on parameters that contain an airport code that will be inserted into URLs in the template. Ikluft 04:49, 5 October 2008 (UTC)[reply]

Hi DaB, die Umfrage http://de.wikipedia.org/wiki/Benutzer:Ralf_Roletschek/Fragebogen_Berlin08 bzw. http://de.wikipedia.org/wiki/Benutzer:Philipendula/Fragebogen_Berlin08 soll nicht nur bei Berlin08 sondern ein paar Monate lang durchgeführt werden. Ich könnte das problemlos auf privaten Webspace packen, es soll aber einen offiziellen Eindruck machen. Serverlast wird nicht nennenswert erzeugt, das mache ich in HTML mit ASCII-Dateien. Es sollen mind. 300 Umfragen gemacht werden, optimistische Gedanken gehen von 1000 aus. Dabei ist die Befragung aktiver Wikipedianer ausdrücklich nicht vorgesehen, nur bei besonderen Anlässen ev. (Mitgliederversammlung, Academy) - das wird grad diskutiert. Die Auswertung soll offline erfolgen. Warum ich die Frechheit besitze, hier nicht englisch zu schreiben, weißt du ja ;) Würdest mich eh nicht verstehen...--Marcela 19:31, 5 June 2008 (UTC)[reply]

Brauchst du den Account jetzt noch? --DaB. 15:12, 14 July 2008 (UTC)[reply]
Eigentlich schon - nur kann ich ohne FTP damit nichts anfangen, weil ja nichtmal c&p funktioniert. --Ralf Roletschek 15:35, 11 October 2008 (UTC)[reply]

Hallo, ich habe einen Bot (viel Interwiki aber auch auf Bestellung modifizierte replace.py-Skripts und sonstige Services) auf so ziemlich allen Wiktionarys laufen, und wuerde dieses Service gerne von einem Server aus laufen lassen statt von meinem Privat-PC. Meine Hauptprojekte, sind de.wikt, is.wikt und es.wikt. bin aber auch auf anderen Wikis anzutreffen. Die Beitraege meines Bots sind hier zu finden. Ich halte den Bot stets auf dem neuesten Stand und gehe auf Anfragen der lokalen Gemeinschaften ein. Zu diesem Antrag ist es unter anderem durch diese Diskussion (siehe v.a. die letzten zwei Absaetze) gekommen.

Bitte bei Fragen etc. gerne an mich wenden, herzlichen Dank im Voraus, lG. --birdy geimfyglið (:> )=| 01:56, 15 October 2008 (UTC)[reply]

Hello,

I am a student from Germany and for a class project I need access to the Wikimedia Toolserver. I am planning a linking to the wikipedia page from my webside due to search ISBN- No. for books. I already downloaded the software and I now all I need is the linking. I need it as soon as possible since we are getting marked for it. Thank you and Bye Bye.