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

env_path not a keyword argument for Scrape #151

Open
AkimfromParis opened this issue Feb 13, 2023 · 0 comments
Open

env_path not a keyword argument for Scrape #151

AkimfromParis opened this issue Feb 13, 2023 · 0 comments

Comments

@AkimfromParis
Copy link

Hello,

I am trying to scrape an account. It seems that login and password are necessary nowadays.
I created the .env and put it in the root but it doesn't have an argument on the Scrape function.

Should I implement it in Chromedriver? Any ideas?
Thank you!

from Scweet.scweet import scrape
from Scweet.user import get_user_information, get_users_following, get_users_followers

env_path = ".env"

data = scrape(since="2022-01-01", until="2023-02-12", from_account = 'XXX', interval=1,headless=False,
display_type="Top", save_images=False, filter_replies=True, proximity=False)

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

No branches or pull requests

1 participant