Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Crawl telegra.ph searching for nudes!
| Date | Stars |
|---|---|
| 2026-07-24 | 376 |
| 2026-07-25 | 376 |
| 2026-07-28 | 374 |
| 2026-07-30 | 374 |
| 2026-08-06 | 374 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# nude crawler Nude crawler crawls all pages on telegra.ph for today and N past days for specific words, checks number of nude, non-nude images, videos (not analysed) and reports pages which looks interesting (e.g. has more then 10 nude images, or has one video) ## Ineffective intriguing warning No matter how old you are, no matter how tolerant you are, no matter what your sexual orientation is, no matter what your favorite perversion is, no matter how big your sexual horizons are, with NudeCrawler you will find a lot of things that **you will NOT like**. I wrote this warning because I have seen some shit. LITERALLY. Please use it only for legal and ethical purposes. And it's 18+ surely. ## Install Recommended (and most secure) way is using docker: ``` mkdir /tmp/run sudo docker run --rm -v /tmp/run:/work yaroslaff/nudecrawler nudecrawler -a Eva "Sasha Grey" "Belle Delphine" Amouranth ``` See below how to refine your searching and filtering. ### Alternative install ``` pipx install nudecrawler ``` or, install right from git repo: ``` pipx install git+https://github.com/yaroslaff/nudecrawler ``` on old Linux without pipx, you may use pip3 (and better to install in virtualenv). ## Launch Nude Crawler! (I intentionally changed links in results, do not want to violate github policy) ~~~ $ nudecrawler sasha-grey INTERESTING https://telegra.ph/sasha-grey-XXXXXXXX Nude: 0 non-nude: 0 Total video: 1 INTERESTING https://telegra.ph/sasha-grey-XXXXX Nude: 9 non-nude: 6 INTERESTING https://telegra.ph/sasha-grey-XXXXX Nude: 9 non-nude: 6 INTERESTING https://telegra.ph/sasha-grey-XXXXX Nude: 6 non-nude: 3 ~~~ By default, built-in [NudeNet](https://github.com/notAI-tech/NudeNet) detection (`--detect nudenetb`) is used (but nudecrawler has open architecture, natively supports few other detectors and you can easily connect it to any other detectors). For very impatient, add `-a` (skip nudity detection, print all found pages) and `-v` (verbose) options to skip detections. ## Config file Most of nudecrawler options could be configured from config file [nudecrawler.toml](https://raw.githubusercontent.com/yaroslaff/nudecrawler/master/nudecrawler.toml). Nudecrawler looks for config file in following locations (first found file is used): - `NUDECRAWLER_CONFIG` environment variable or `-c` / `--config` option - `/work/nudecrawler.toml` (This used when working inside docker contaner and host directory mounted as `/work`) - `nudecrawler.toml` in current working directory - `~/nudecrawler.toml` - `/etc/nudecrawler.toml` options given in command line has higher priority. ## Advanced usage ### How to get only most interesting results Nudecrawler uses [evalidate](https://github.com/yaroslaff/evalidate) to filter results with python expression (`--expr`). With `-h` help will list all avaliable variables, like: `total_images`, `nude_images`, `nonnude_images`, `new_nude_images`, `new_nonnude_images`, `new_total_images`, `total_video`. `new_` variables are about new images (not found in cache). e.g. `--expr 'total_images>20 and new_nude_images>5'` will print only pages with more then 20 images and 5 nude images (not found in cache). This is good method to skip pages with duplicated content. Default value: `nude_images > 0`. Use `-a`/`--all` to get some results ASAP (but later you may want to make some filtering) Consider using `--days`, `--total` to narrow/wider search. See also "How to use JSON log files". ### How to search faster #### How to search faster: use cache Nudecrawler use very simple cache in JSON format (with two mappings: image url to SHA1 hash of image, and hash to verdict). Sometimes this can speed-up searching greatly, because often some pages are very similar to each other and we can reuse verdict from cache, not doing heavy AI analysis of image and sometimes not even downloading image. config section ~~~toml [cache] # Path to cache file cache = "/tmp/nccache.json" cache-save = 1 ~~~ `cache-save
Excerpt of 15,309 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:cc9e8e535aab2c75, topic:web-scraping, topic:crawler