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

When importing favorites, record which user favorited them #14

Closed
simonw opened this issue Oct 7, 2019 · 0 comments
Closed

When importing favorites, record which user favorited them #14

simonw opened this issue Oct 7, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Collaborator

simonw commented Oct 7, 2019

This code currently just dumps them into the tweets table without recording who it was who had favorited them.

with click.progressbar(
utils.fetch_favorites(session, user_id, screen_name),
label="Importing favorites",
show_pos=True,
) as bar:
utils.save_tweets(db, bar)

@simonw simonw added the enhancement New feature or request label Oct 7, 2019
@simonw simonw closed this as completed in f5b7ceb Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant