Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new method to fetch the bowl ids from the logged in user's feed. #15

Open
mukulbindal opened this issue Mar 1, 2024 · 0 comments
Open
Labels
easy enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@mukulbindal
Copy link
Owner

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.

@mukulbindal mukulbindal added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers easy labels Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant