Julio Meme Killer
Description
julio-meme-killer
is a Web Crawler designed to monitor chatrooms for memes of Julio Iglesias. Upon detection, it will automatically delete these memes to ensure a julio-free chatting experience.
Features
- Utilizes Web Crawling techniques to track memes in chat.
- Uses image processing and facial recognition to identify Julio Iglesias memes.
- Automatically removes detected memes from chatrooms.
Requirements
- Node.js installed on your machine.
- AWS account and credentials with AmazonRekognitionFullAccess permissions or enough permissions to use Rekognition.compareFaces
Installation
To install this project, follow these steps:
- Clone the repository:
git clone https://github.com/your_username/julio-meme-killer.git
- Change directory to the cloned repository:
cd julio-meme-killer
- Install the necessary packages:
npm install
- Set the enviroment variables:
cp template.env .env
In the .env file replace the values by your AWS credentials.
Usage
To run the julio-meme-killer:
npm start
This command will start the Web Crawler and begin monitoring your specified chats for Julio Iglesias memes.
Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request