Posts by Pythowner • 101 points
5 posts
-
2
votes1
answer978
viewsQ: Reading files in PROLOG
How can I read in PROLOG a.txt file in this way: iago.neves pedro.santos joao.vitor larissa.figueiredo Being Iago Neves, a name and Pedro Santos another name, João Vitor and Larissa Figueiredo. I…
-
2
votes2
answers117
viewsQ: API Stackoverflow, "quota_max"
Hello, I am using a collector to fetch data from all users of stackoverflow forum by API. Except I’m suffering from the "quota_max" which is only 300 searches a day. I already tried with the Sleep…
-
1
votes1
answer82
viewsQ: How to get the site’s user list from the Stack Overflow API?
I need to loop the Stack Overflow API to generate data from all forum users, but I don’t know how user ids are generated at the time of registration. Does anyone know how user Ids are generated? Not…
-
3
votes2
answers1330
viewsQ: How to insert a variable in the middle of the address I pass to Urllib2?
I’m using the function urllib2 in Python and need to put a variable in the middle of the link I pass to function. For example: request =…
-
2
votes3
answers307
viewsQ: How do I use Python to search and store data from the Stack Overflow API?
I need to develop a work to store data on the Stack Overflow. I want to know how to access the Stack Exchange API with Python, and how to use the API.