You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a feature that requests the number of tweets published on twitter for a given candidate and a given day.
You may also request in addition the number of tweets for each hour of that day.
You should maybe use the granularity parameter of the function that makes querys in searchtweet-v2.
These data will help us decide how much tweet per candidate we should request, and have an overview of the political activity on twitter that we can display on a graph.
This data should be saved the somewhere data folder, maybe add a new data/metrics directory. Then push it to the dvc remote.
In ordre for this data to be reproductible, you should also save the request you made to obtain these answers from twitter API. You can either write the query in the same file or in another file.
✔️ Definition of done
The feature is added.
Obtain locally the answer from twitter for one day 7 days ago on one candidate.
Save also the query you sent to the twitter API.
Push this data in the correct folder to the remote dvc.
The text was updated successfully, but these errors were encountered:
📖 Describe what you want
Add a feature that requests the number of tweets published on twitter for a given candidate and a given day.
You may also request in addition the number of tweets for each hour of that day.
You should maybe use the
granularity
parameter of the function that makes querys in searchtweet-v2.These data will help us decide how much tweet per candidate we should request, and have an overview of the political activity on twitter that we can display on a graph.
This data should be saved the somewhere
data
folder, maybe add a newdata/metrics
directory. Then push it to the dvc remote.In ordre for this data to be reproductible, you should also save the request you made to obtain these answers from twitter API. You can either write the query in the same file or in another file.
✔️ Definition of done
The text was updated successfully, but these errors were encountered: