Skip to content
View SeyiAgboola's full-sized avatar
Block or Report

Block or report SeyiAgboola

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
SeyiAgboola/README.md

Hi! ๐Ÿ˜

  • ๐Ÿฒ I write code in Python
  • ๐Ÿ“Š I can web scrape, analyse, manipulate and visualise data
  • โœ’๏ธ I completed the DataCamp Data Science Track
  • ๐Ÿ“ I write blog posts at Medium
  • ๐Ÿ‘” You can view my LinkedIn if you're curious
  • I have interests in Video Games ๐ŸŽฎ, Anime โš”๏ธ, Music ๐ŸŽง and Fantasy Novels ๐Ÿ“š
  • ๐Ÿ”ญ Iโ€™m currently working on NLP projects
  • ๐ŸŒฑ Iโ€™m currently learning a little SQL on the side
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on any projects that combine my skills and interests

Pinned Loading

  1. YouTube-Mining YouTube-Mining Public

    Extract statistics on YouTube Videos using the YouTube API via Python. You will need YouTube Dev Authentication from Google Developer Console: https://developers.google.com/youtube/registering_an_aโ€ฆ

    Python 5 4

  2. Reddit-Data-Mining-Pushshift Reddit-Data-Mining-Pushshift Public

    How to extract and analyse different parts of Reddit Threads, Submissions and Comments with Pushshift's API. An alternative to PRAW.

    Jupyter Notebook 5 4

  3. Reddit_Comments_Sentiment Reddit_Comments_Sentiment Public

    This repo allows you to extract comments from subreddit submissions based on a search query and perform sentimental analysis on each comment.

    Python 2 1

  4. Web-Scrape-IGN-Reviews-Sentiment Web-Scrape-IGN-Reviews-Sentiment Public

    Extract Video Game reviews from IGN's website using Beautiful Soup then apply Sentiment analysis using 3 pre-trained models including Hu and Lui, Vader and NRC

    Python

  5. Topic-Modelling-YouTube-Comments Topic-Modelling-YouTube-Comments Public

    This notebook attempts to do topic modelling on Cyberpunk 2077 YouTube videos using the LDA method.

    Jupyter Notebook 1

  6. Extract-Tweets-7-days Extract-Tweets-7-days Public

    This is a short piece of code to search Tweets in last 7 days by input of keywords. You will need Twitter API authentication to follow through.

    Jupyter Notebook