Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeeshanahmad4/tweets-scraper-twitter-selenium

Recently twitter has stopped giving thier Apis to everyone, So i write simple Python script using selenium to scrap all the tweets from a user and store into a csv file
https://github.com/zeeshanahmad4/tweets-scraper-twitter-selenium

csv python python-script scrap selenium selenium-python tweepy tweets tweets-scraper tweetsscraperselenium twitter twitter-bot twitterscraper

Last synced: 8 days ago
JSON representation

Recently twitter has stopped giving thier Apis to everyone, So i write simple Python script using selenium to scrap all the tweets from a user and store into a csv file

Awesome Lists containing this project

README

        





Logo

Bot/Scraper


Tweets Scraper from twitter in Python

## Table of Contents

* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)

## About The Project

## Code
![Code](https://github.com/Zeeshanahmad4/Tweets-Scraper-twitter-Selenium/blob/master/4.jpg)

## Output Data
![Output-Data](https://github.com/Zeeshanahmad4/Tweets-Scraper-twitter-Selenium/blob/master/1.PNG)

### Built With
* [Python](https://www.python.org/)
* [Selenium](https://selenium-python.readthedocs.io/)
* [request](https://docs.python.org/3/library/urllib.html)

### Prerequisites

### Installation
1. Clone the repo
```sh
git clone https://github.com/Zeeshanahmad4/LinkedIn-Jobs-Scraper.git
```

2. Install python packages
```sh
pip install Python
pip install selenium
pip install request
```

## Contents

```
├── README.md
├── Tweet_Scraper.py(Full bot , this file is confidential please contact for more info)
├── data.csv (Sample data)

```

## Roadmap
See the [open issues](https://github.com/Zeeshanahmad4/Tweets-Scraper-twitter-Selenium/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request