Tagged Questions

3
votes
2answers
794 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: ...
1
vote
1answer
237 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.?
1
vote
2answers
94 views

pywikipedia name wikiquote is not defined?

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 when I start the code off ...
0
votes
1answer
73 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
106 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
644 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 ...
0
votes
2answers
207 views

Problems with python script on web hosting

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 trying to log in as is ...
-1
votes
2answers
189 views

Python-Wikipedia Automated Downloader

Hey Guys, [Using Python 3.1] Anyone have any idea how to make a python 3 application which alows the user to write a text file with multiple words seperated with comors, the program should read the ...
-1
votes
1answer
90 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? Cheers!