Socket
Socket
Sign inDemoInstall

tweetlytics

Package Overview
Dependencies
10
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tweetlytics

Retrieves tweets on a required topic and timeframe using the official twitter API, stores them as a .json and .csv file, performs data cleaning, data analysis and plotting.


Maintainers
1

Readme

License: MIT ci-cd

tweetlytics

This package would retrieve tweets on a required topic and time frame, stores them, performs data cleaning, data analysis, and plotting.

Installation

pip install tweetlytics

Features

The package tweetytics is a package intended to give insight about a topic on Tweeter through some functions. The intention is that a user with little knowledge about data science can quickly call a function to analyze how the topics and trends are on Twitter. Internally, the package uses the official twitter API, stores the data as a .json and .csv file, performs data cleaning, data analysis and plotting.

There are four main functions planned for development and they are outlined below. Additional functions may be added if time permits.

Function 1: get_store

Utilizes the official Twitter API to collect data based on a keyword, date range and number of results the user requires. The data is then stored as a .Json file and a .csv file(optional). The function will also give the user the option to return a pandas data frame based on the stored files.

Function 2: clean_tweets

Takes the created pandas data frame from the get_store() function and clean the data frame based on the required_cols, keep_punctuation, only_words… arguments entered by the user.

Function 3: analytics

Takes the tidy data frame from the clean() function and returns an analysis dict report including mean_word_count, most used words, mean_likes, most_used_hashtags, word_hashtag_ratio …

Function 4: plot_tweets

Taking both the cleaned data frame from the clean() function and the returned dict from the perform_analysis() function, a range of plots such as likes_wordcount, likes_hashtags… will be generated and saved as files.

Note

•As working with the Twitter API requires a personal ‘bearer token’ a user can create their own token and add it as a parameter to the get_store() function. •The package also include an example .Json and .csv file based on the keyword ‘omicron’.

Dependencies

• requests • pandas • dotenv • altair • numpy • textblob • string • matplotlib • wordcloud

Usage

•To use to get_store() function, users will require to obtain a bearer token for the official Twitter API V2. The bearer token can be requested on developers.twitter.com. •To test the package output, we have added sample files returned from the get_store() function and users can run clean_tweets(), analytics() and the plot_freq() functions.

Sample outputs

• analytics()

Table1

• plot_freq()

Table1

Table1

Dashboard sample images - Twitter Analytics Dashboard created with React JS and Material UI, using the output JSON files from tweetlytics.

dashboardHero

dashboard1

Documentation

The official documentation is hosted on Read the docs

Contributing

IWe welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.

  • Amir Shojakhani: @amirshoja
  • Shiva Shankar Jena: @shivajena
  • Mahmood Rahman: @mahm00d27
  • Mahsa Sarafrazi: @mahsasarafrazi

License

tweetlytics was created by group of students in UBC MDS program. It is licensed under the terms of the MIT license.

Credits

tweetlytics was created with cookiecutter and the py-pkgs-cookiecutter template.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc