From d0e8faa95c0a047acecc5d8fc2b91c00b64f065e Mon Sep 17 00:00:00 2001 From: Yassine Ait Jeddi Date: Fri, 4 Sep 2026 15:40:30 +0100 Subject: [PATCH] Mark snscrape and twint as Archived, and log both in Dev-Notes Both tools no longer work. snscrape imports fail on Python 3.12 because importlib.abc.Finder.find_module was removed, and its last release is 0.7.0.20230622 from June 2023. twint fails to build because cchardet needs longintrepr.h, which CPython removed, and twintproject/twint is archived with a last push of 2023-02-23. Entries stay in place for historical reference, per issue #168. --- Jieyab-and-Dev-Notes.md | 3 ++- README.md | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Jieyab-and-Dev-Notes.md b/Jieyab-and-Dev-Notes.md index c4107fd..40f46d9 100644 --- a/Jieyab-and-Dev-Notes.md +++ b/Jieyab-and-Dev-Notes.md @@ -31,7 +31,8 @@ Resources like this will be taken down immediately without any response from the Need to check after developer answer -- +- https://github.com/JustAnotherArchivist/snscrape (import fails on Python 3.12, AttributeError FileFinder has no attribute find_module. Last release 0.7.0.20230622 June 2023, development stopped) +- https://github.com/twintproject/twint (fails to build, cchardet needs a header CPython removed. Repo archived February 2023, development stopped) # How to Report diff --git a/README.md b/README.md index f19b135..503fe9f 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Automated tool by David Bombal - [maigret](https://github.com/soxoj/maigret) - [social searcher](https://www.social-searcher.com/) - [inteltechniques](https://inteltechniques.com/tools/index.html) -- [SNSSCRAPE](https://github.com/JustAnotherArchivist/snscrape) +- [SNSSCRAPE](https://github.com/JustAnotherArchivist/snscrape) **[Archived]** import fails on Python 3.12, no release since June 2023 - [TOOKIE OSINT](https://github.com/Alfredredbird/tookie-osint) - [Hoaxy](https://hoaxy.osome.iu.edu/) - [skopenow](https://www.skopenow.com/) @@ -494,7 +494,7 @@ Guide Github search code by Jieyab89 : https://github.com/Jieyab89/OSINT-Cheat-s - [Maltego Social Links Pro](https://www.maltego.com/transform-hub/social-links-pro/) - [Social Searcher](https://www.social-searcher.com/) - [Social Analyzer](https://github.com/qeeqbox/social-analyzer) -- [SNSCRAPE - Scraper](https://github.com/JustAnotherArchivist/snscrape) +- [SNSCRAPE - Scraper](https://github.com/JustAnotherArchivist/snscrape) **[Archived]** import fails on Python 3.12, no release since June 2023 - [OSINT compass](https://osint-compass-portal.onrender.com/) - [Open measure](https://public.openmeasures.io/) - [huntintel](https://www.huntintel.io/) @@ -509,7 +509,7 @@ Guide Github search code by Jieyab89 : https://github.com/Jieyab89/OSINT-Cheat-s # Social Media Management and Content Discovery - [Social Analyzer](https://github.com/qeeqbox/social-analyzer) -- [SNSCRAPE - Scraper](https://github.com/JustAnotherArchivist/snscrape) +- [SNSCRAPE - Scraper](https://github.com/JustAnotherArchivist/snscrape) **[Archived]** import fails on Python 3.12, no release since June 2023 - [huntintel](https://www.huntintel.io/) - [ShadowDragon](https://shadowdragon.io/) - [sociallinks](https://sociallinks.io/) @@ -2196,7 +2196,7 @@ Note is for investigator like search scandal (Adult), deepfake porn or blackmail - [Twitter Audit](https://www.twitteraudit.com) - [Twitter Chat Schedule](http://tweetreports.com/twitter-chat-schedule) - [Twitter Search](http://search.twitter.com) -- [Twint](https://github.com/twintproject/twint) +- [Twint](https://github.com/twintproject/twint) **[Archived]** fails to build, repo archived February 2023 - [Twitwork](https://github.com/atmoner/TwitWork) - [Twitter Account Profiler](https://www.sotwe.com/) - [Twitter Account Profiler](https://twstalker.com/) @@ -2489,7 +2489,7 @@ Mostly general for searching data like web enumerate, attack surface, email, per - [Phantom Tide](https://phantom.labs.jamessawyer.co.uk/) - cross-domain OSINT dashboard for maritime and airspace analysis - [Meta OSINT](https://metaosint.github.io/) - [Maltego](https://www.maltego.com/) -- [Twint](https://forum.seccodeid.com/d/twint-twitter-intelligence-tool) +- [Twint](https://forum.seccodeid.com/d/twint-twitter-intelligence-tool) **[Archived]** fails to build, repo archived February 2023 - [Telegram OSINT](https://forum.seccodeid.com/d/telegram-nearby-map) - [UBIKRON](https://www.osint-tool.com/unravel-help/) - [usersearch](https://usersearch.ai/) @@ -2623,7 +2623,7 @@ Scribd downloader - [Profil3r](https://github.com/Rog3rSm1th/Profil3r) - [Oblivion](https://github.com/loseys/Oblivion) - [Social Analyzer](https://github.com/qeeqbox/social-analyzer) -- [Snsscrape](https://github.com/JustAnotherArchivist/snscrape) +- [Snsscrape](https://github.com/JustAnotherArchivist/snscrape) **[Archived]** import fails on Python 3.12, no release since June 2023 - [stratosphere](https://github.com/elehcimd/stratosphere) - [ShadowDragon](https://shadowdragon.io/) - [sociallinks](https://sociallinks.io/) @@ -5916,7 +5916,7 @@ Ex Guides: - [tailscale](https://tailscale.com/) Possible to bypass WAF - [scrapy](https://www.scrapy.org/) Pyhton lib for scrapper - [puppeteer](https://github.com/puppeteer/puppeteer) JavaScript API for Chrome and Firefox for scrapper -- [SNSSCRAPE](https://github.com/JustAnotherArchivist/snscrape) Scrapper tool for Twitter or X +- [SNSSCRAPE](https://github.com/JustAnotherArchivist/snscrape) **[Archived]** Scrapper tool for Twitter or X. Import fails on Python 3.12, no release since June 2023 - [Photon](https://github.com/s0md3v/Photon) Extract information and scrapping on site and url - [twifork (twikit) - Twitter scrapper](https://github.com/PawiX25/twifork) - [TikTokApi](https://pypi.org/project/TikTokApi/)