Skip to content

Instantly share code, notes, and snippets.

@sashaboulouds
sashaboulouds / twitter_scraper.py
Last active February 10, 2024 21:13 — forked from lobstrio/twitter_scraper.py
Collect 100 first tweets from any user at any time — and export to a .csv file 🐦
# =============================================================================
# Title: Twitter Users Tweets Scraper
# Language: Python
# Description: This script does scrape the first 100 tweets
# of any Twitter User.
# Author: Sasha Bouloudnine
# Date: 2023-08-08
#
# Usage:
# - Make sure you have the required libraries installed by running: