rkaiwang / Simple-Twitter-Webscraper

This is a webscraper that uses Selenium webdriver to open a new window in Chrome and scrape tweets after selecting a search query. Currently set to search the keywords 'artificial intelligence'. It then uses the NLTK toolkit to tokenize the tweet data, remove stopwords, and produce a frequency distribution graph of the most commonly used words.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Twitter-Webscraper

This is a webscraper that uses Selenium webdriver to open a new window in Chrome and scrape tweets after selecting a search query.

About

This is a webscraper that uses Selenium webdriver to open a new window in Chrome and scrape tweets after selecting a search query. Currently set to search the keywords 'artificial intelligence'. It then uses the NLTK toolkit to tokenize the tweet data, remove stopwords, and produce a frequency distribution graph of the most commonly used words.

License:MIT License


Languages

Language:Python 100.0%