Add new method to fetch the bowl ids from the logged in user's feed. #15
Labels
easy
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
Fishbowl does not provide any API to fetch the bowl ids user is subscribed to.
We need to use web scraping to find out the list of bowls a user is subscribed to, that usually comes into the feed.
We can easily use beautifulsoup for this. The challenge here is, the bowl Id is not present in that html page and somehow it is fetched from a javascript code which is probably obfuscated as per my observations.
Here we need to analyse how exactly normal webpage is fetching the bowls. After this is done we can think about web scraping which is easier part.
The text was updated successfully, but these errors were encountered: