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

Twitter Search API Sample Time Coverage Analysis #97

Open
carlosparadis opened this issue Feb 15, 2018 · 0 comments
Open

Twitter Search API Sample Time Coverage Analysis #97

carlosparadis opened this issue Feb 15, 2018 · 0 comments

Comments

@carlosparadis
Copy link
Member

The goal of this issue is to have an idea of how spread over time the tweets obtained via the Search API from a few samples.

To formalize your current task, create a separate notebook loading the data you currently have saved as .txt.

You should minimally have the following sections:

  • Introduction: Explains in text what you are trying to do and why. This contains no code.
  • Analysis: Mix code and text to explain the steps. Please see CONTRIBUTING.md (on the bottom of this issue) for examples.

Roughly, you should have:

  1. A code block loading the open.txt file and turning it again into the searched_tweets_srch variable, and as such, each element being a tweet.
  2. Another code block that extracts the necessary information to the plot (I imagine only the timestamp).
  3. One more code block to create a list of tuples containing a count of tweets per day and the timestamp.
  4. And finally a code block for the plot.

Before each code block, text explaining what you are trying to do on them. This is just an example. Please feel free to do in another way if you prefer.

Misc

Please follow-up on this issue here instead of Slack now that it has been formalized. Make sure you read through and fully understand how to submit Pull Requests on the format we use on this repo: https://github.com/sailuh/perceive/blob/master/CONTRIBUTING.md

riyachanduka added a commit to riyachanduka/perceive that referenced this issue Mar 30, 2018
This file contains time series analysis of son tweet files.
riyachanduka added a commit to riyachanduka/perceive that referenced this issue Mar 31, 2018
riyachanduka added a commit to riyachanduka/perceive that referenced this issue May 21, 2018
riyachanduka added a commit to riyachanduka/perceive that referenced this issue May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants