Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Snscrape Alternatives
Similar projects and alternatives to snscrape
-
TWINT
An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
-
facebook_page_scraper
Scrapes facebook's pages front end with no limitations & provides a feature to turn data into structured JSON or CSV
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
instagram_hunter
Instagram-Hunter is a simple tool that helps you find instagram accounts.
-
reddit-detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
-
-
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
privalise
Social Media Network Focuses On Data Security And Being Community Driven Web App (by privalise)
-
-
-
twitter-api-client
Implementation of Twitter's v1, v2, and GraphQL APIs (by trevorhobenshield)
-
-
murder
Large scale server deploys using BitTorrent and the BitTornado library (by ervinb)
-
-
twitter-archive-parser
Python code to parse a Twitter archive and output in various ways
-
WhatsMyName
This repository has the JSON file required to perform user enumeration on various websites.
-
contextualized-topic-models
A python package to run contextualized topic modeling. CTMs combine contextualized embeddings (e.g., BERT) with topic models to get coherent topics. Published at EACL and ACL 2021.
-
TweetScraper
TweetScraper is a simple crawler/spider for Twitter Search without using API
-
twitter-archiver
Make your own simple, public, searchable Twitter archive
-
jekyll-twitter-plugin
A Liquid tag plugin for the Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
snscrape reviews and mentions
-
Twitter scraping for complete profiles (very large data sets)?
Try Snscrape.
- snscrape getting blocked from twitter
- [Project]Topic modelling of tweets from the same user
- Show HN: Twitter API Reverse Engineered
-
Recommend tool other than Maltego ?
If you're looking for small, standalone tools, you can have a look at tools like snscrape (https://github.com/JustAnotherArchivist/snscrape) and WhatsMyName (https://github.com/WebBreacher/WhatsMyName).
- Anyone familiar with the open-source Twitter API alternative Twint?
-
import requests
snscrape is a great program for scraping social media
-
“Starting February 9, we will no longer support free access to the Twitter API”
I've been using this https://github.com/JustAnotherArchivist/snscrape and with 5 threads and no vpn just my laptop and getting about 1 million tweets a day (vs 1000 before being rate limited on the api).
-
Twitter archiver: Make your own simple, public, searchable Twitter archive
I hope you’ll get a better answer, but a minimal solution is to use snscrape (https://github.com/JustAnotherArchivist/snscrape) to download a raw JSON dump of a user timeline. Some caveats: 1. This doesn’t work for all users (e.g. some accounts seem to remain deindexed after unsuspensions). 2. While you can get rid of 90% of the file size by removing fluff columns (e.g. related to processing media and emojis), keep a backup. When importing such JSON, I unwittingly did a lossy data type conversion, and it can be irreparable once the tweets are deleted.
$ snscrape --progress --jsonl twitter-user jack > jack.json
-
Backup twitter now! Multiple critical infra teams have resigned
Here's how to retrieve tweets of a user using this scraper.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 31 May 2023
Stats
JustAnotherArchivist/snscrape is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of snscrape is Python.