Search Results

1
vote
2answers
49 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 when I st …
0
votes
3answers
216 views

Remove everything after … in python?

Hi guys, Pretty new to Python so be nice please! I have a string of text-how do I remove all the text after some certain characters? The text after will change so I want to remove after so …