Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeeshanahmad4/tweets-scraper-twitter-selenium
- Owner: Zeeshanahmad4
- License: mit
- Created: 2018-08-26T11:35:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T23:15:10.000Z (4 months ago)
- Last Synced: 2024-08-27T00:26:03.170Z (4 months ago)
- Topics: csv, python, python-script, scrap, selenium, selenium-python, tweepy, tweets, tweets-scraper, tweetsscraperselenium, twitter, twitter-bot, twitterscraper
- Language: Python
- Size: 3.1 MB
- Stars: 16
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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