gwu-libraries / TweetSets

Service for creating Twitter datasets for research and archiving.
MIT License
25 stars 2 forks source link

Create full extracts as needed via the UI or at command-line #112

Closed lwrubel closed 3 years ago

lwrubel commented 3 years ago

To set up:

Testing areas:

kerchner commented 3 years ago

@dolsysmith and/or @lwrubel can you share your docker-compose.yml with me? Although I see that, inside my container, tweetsets_server.py is the correct version for this branch, I am getting an Error: No such command 'create-extract' error.

kerchner commented 3 years ago

Trying to send the admin notification email from my own email account resulted in this: image

dolsysmith commented 3 years ago

@kerchner Did you "enable less secure apps" in your Gmail account? It's under Account Settings -- Security. It's necessary for the SMTP connection that TweetSets relies on.

kerchner commented 3 years ago

@dolsysmith Thanks, I've updated the setting and am retrying create-extract

kerchner commented 3 years ago

I see in my sent email folder that the app sent the email (to me) on my behalf. So that seems to work.

kerchner commented 3 years ago

Please proceed with merging.