Tagged Questions

3
votes
1answer
2k 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 option I can think ...
1
vote
1answer
234 views

Can I use pywikipedia to get just the text of a page?

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.?
0
votes
1answer
61 views

content of infobox of wikipedia

I need to get content of a infobox of any movie. I know name of the movie. One way is to get the complete content of wikipedia page and then parse it untill I find {{Infobox and then get the content ...
0
votes
1answer
82 views

access wikipedia API using pywikipedia

I am new to python. I have a task to access wikipedia. For this I am using the client pywikipedia to access mediawiki api. WHen I am running login.py it is asking me password. how will I get the ...
0
votes
2answers
620 views

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

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.referata.com, a semantic ...