github.com/dinhanhx/PerceiveYourMeme ↗
A Python library to scrap from https://knowyourmeme.com/ . Written in Python 3.7!
Open this visualization on its own page →
Contributors
3
Lines of Code
97
From
2020-09-02
To
2020-11-01
About dinhanhx/PerceiveYourMeme
PerceiveYourMeme is a Python library designed to scrape data from KnowYourMeme.com, written in Python 3.7. It provides functionality to extract meme information and related data from the website programmatically, allowing users to collect and process meme data through a Python interface.
The library has several practical applications including archiving meme datasets for research purposes, building training data for machine learning projects focused on meme detection, and creating entertainment applications like Discord bots. Users can configure certain parameters before installation by editing the CONST.py file, and the library can be installed via pip after cloning the repository.
The project is beginner-friendly and uses common web scraping tools like BeautifulSoup4 and urllib3 for fetching and parsing web content. Notable limitations include the risk of being blocked by KnowYourMeme and occasional reliability issues when running tests. The library is marked as Hacktoberfest-friendly and welcomes community contributions, particularly in documenting new use cases for the scraping functionality.