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.
Python scripts for building 'Short Jokes' dataset, featured on Kaggle
| Date | Stars |
|---|---|
| 2026-07-24 | 284 |
| 2026-07-25 | 284 |
| 2026-07-28 | 284 |
| 2026-07-30 | 284 |
| 2026-08-06 | 285 |
Today
+1 stars today
This week
+1 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.35%/day
# short-jokes-dataset This repository contains all the python scripts used to build [Short Jokes](https://www.kaggle.com/abhinavmoudgil95/short-jokes) dataset. The dataset contains 231,657 short jokes scraped from various websites. All the web scraper scripts are present in the `/scripts/scrapers/` folder. These scripts are written for specific websites (website link mentioned in the header of each file) and they generate csv files of jokes in `/data/` folder with the fixed format: `ID, Joke`. > Scrapers were written only for those websites which [allowed](https://en.onpage.org/free-tools/robots-txt/) scraping and there were no CAPTCHA or any blocking javascripts for information gathering bots. Jokes from subreddits `/r/jokes` and `/r/cleanjokes` are extracted using `scripts/scrapers/subredditarchive.py`. The script uses [PRAW](https://praw.readthedocs.io/en/latest/), a Reddit API wrapper which uses [timestamp search](https://www.reddit.com/wiki/search#wiki_cloudsearch_syntax) for finding posts between given timestamps on a particular subreddit. Following Reddit's [API terms](https://www.reddit.com/wiki/api-terms) of use, request for data is made every 2 seconds. For each subreddit, posts are downloaded from the day of creation of subreddit to 31st January, 2017. The script generates a json file for each post in a separate folder. Json dumps for both the subreddits can be accessed from [here](https://www.mediafire.com/folder/7jj7iemb69shh/Reddit_Dumps) (Uncompressed 2.3GB). Jokes from all the json files are extracted and written to a csv file using `scripts/json_to_csv.py`. `scripts/merge_csvs.py` removes the duplicates from all the csv files and merges the jokes into a single csv to get the final dataset `shortjokes.csv`. ## Contributions * If you are aware of any resource (preferably large) of good clean jokes, feel free to suggest or send a pull request with scraper script and csv file in the above format. * Any other positive suggestions for the dataset are welcome.
Excerpt of 2,019 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1a3a020017aa7a36, topic:dataset, name:dataset, desc:dataset
matched fp:1a3a020017aa7a36, topic:web-scraping