-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Answerable is a Python program that learns from your answers in Stack Overflow and use them to recommend you questions that you could answer.
- Get information about your public profile in Stack Exchange.
- Elaborate statistics on your answers on Stack Overflow.
- Access the feed of new questions and sort them by similarity with questions you've already answered.
Answerable needs your user ID to do this. You can optionally take into account your followed and ignored tags, to filter the recommendations. Th
You can find your user ID in the URL of your profile, that has the following form:
https://stackoverflow.com/users/{ID}/{name}
The tags information requires few extra steps. For now, I won't be implementing the use of the authentication_token for the Stack Exchange API, so the program must scrap the page to obtain the tags.
This page is private, so you must download its contents following this steps:
-
Go to the following page in your browser (tested in Firefox and Chrome):
view-source:https://stackoverflow.com/users/tag-notifications/{ID}
-
Select all (
Ctrl+A
). -
Copy and paste in a new file in your system.
That will be the tags file.
This wiki contains the detailed documentation on each of the Answerable commands
Home | Contributing | License | Changelog | Code