Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saritaphd/text-mining-extracting-tweets-from-twitter-

Extracting tweets from Twitter using the Tweepy library.
https://github.com/saritaphd/text-mining-extracting-tweets-from-twitter-

Last synced: 3 days ago
JSON representation

Extracting tweets from Twitter using the Tweepy library.

Awesome Lists containing this project

README

        

# Extracting-Tweets-from-Twitter-
## Extracting tweets from Twitter using the Tweepy library.

## Data Extraction from HTML and Twitter
This project showcases data extraction from a local HTML file and fetching tweets using the Twitter API.

- HTML Data Extraction
- Use BeautifulSoup library to extract data from an HTML file.
- Install the required dependency: bs4.
- Import BeautifulSoup and parse the HTML file.
- Extract desired data using find and find_all methods.
- Twitter Data Extraction
- Fetch tweets using Tweepy library and the Twitter API.
- Install the required dependencies: tweepy and pandas.
- Fill in your Twitter app credentials.
- Use Tweepy API to authenticate and fetch tweets.
- Save the extracted tweets to a CSV file using pandas DataFrame.