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

added custom driver support in scrape function #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mnamegaurav
Copy link

I am using Scweet with the flask backend to scrape the data, but facing few problems while deploying because of selenium. While searching for alternative ways, I figured out that we can use Docker to containerize the whole application and run the selenium service through docker image.

While implementing this, I found that there is no way to define or pass custom driver with scrape function. I have implemented this feature on my own, but would like to merge this in the library.

@trojblue
Copy link

Would be really useful in other methods such as get_users_followers, get_users_following as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants