Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mar0ls/twitter-scraper
You can scrape twitter without authentication
https://github.com/mar0ls/twitter-scraper
python scrape snscrape twitter twitter-scraper
Last synced: 14 days ago
JSON representation
You can scrape twitter without authentication
- Host: GitHub
- URL: https://github.com/mar0ls/twitter-scraper
- Owner: mar0ls
- Created: 2023-01-08T16:55:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T15:24:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T11:14:34.637Z (2 months ago)
- Topics: python, scrape, snscrape, twitter, twitter-scraper
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter-Scraper
created for training purposes# Description
I present my version of Twitter scraper.
The snscrape libraries were used, which in my opinion work very well
in this role.The user has two general search options to choose from.
(Here you can use the advice from the help optionsor the following link to twitter-advance-search.)in the first option you can use the application as a search engine for everything you need.
The second option is to search for user data by login.The program saves data to the /results folder in two formats: .json and .cvs
which enables further analysis of the collected data.The application returns data such as:
[+] tweet.id,
[+]tweet.content,
[+]tweet.media in the form of a url link,
[+]tweet.user.username of the author of the tweet,
[+]tweet.user.location,
[+]tweet.url,
[+]tweet.likeCount.I encourage you to explore the full possibilities
advanced search on Twitter, which are described in detail
at the following link:https://github.com/igorbrigadir/twitter-advanced-search
# link to snscrape:
https://github.com/JustAnotherArchivist/snscrape# Have fun ☻☻☻☻☻☻☻☻