Tagged Questions

0
votes
2answers
65 views

Downloading Images from WikiMedia Commons

Is anyone aware of a way to programatically download images from WikiMedia Commons without registering for a Bot account? It seems like the only way to get approval for a Bot accou …
0
votes
3answers
141 views

pywikipedia login.py socket.error: (10060, ‘Operation timed out’)

Hello, I'm totally new to python, so hopefully someone can help if I'm doing something obviously wrong. I'm trying to create and run a simple pywikipedia bot on vocabularies.refer …
2
votes
2answers
247 views

pywikipedia bot with https and http authentication

I'm having trouble getting my bot to login to a MediaWiki install on the intranet. I believe it is due to the http authentication protecting the wiki. Facts: The wiki root is: …
0
votes
1answer
127 views

pywikipedia question?

Is it possible, using pywikipedia, to get just the text of the page, without any of the internal links or templates & without the pictures etc.? Cheers!
0
votes
1answer
40 views

pywikipedia logging in?

For various reasons I can't use login.py to log me in so I was wondering if anyone knew code so that I could log in to Wikipedia with my script without running a separate script? C …
0
votes
2answers
96 views

Problems with python script on web hosting

Hi guys, I have written a script for Wikipedia & it works fine on my computer, yet when I upload it to my web host(Dreamhost) it doesn't work & says that the user I am tryi …
1
vote
2answers
48 views

pywikipedia name wikiquote is not defined?

Hi guys, I'm writing a bot for Wikipedia but have a problem. When I want to get stuff from another Wikimedia site I get the error - error-name 'wikiquote' is not defined. This is …
2
votes
1answer
563 views

Merging MediaWiki contents together

Currently I have two MediaWikis, one a slightly older version than the other. I want to merge the contents of both together, without eliminating duplicate pages. So far the best …