This microservice allows you to search for Animal Crossing villagers based on species or personality type.
- Python 3.x
- ZeroMQ (pyzmq)
-
Clone this repository:
git clone https://github.com/crandquist/AC-Microservice cd ac-microservice
-
Install dependencies:
pip install -r requirements.txt
-
Start the Microservice (Server):
python server.py
The microservice will start listening for search requests on
tcp://localhost:5555
. -
Run the Search Program:
python search.py
The search program will prompt you to enter search terms and display matching villagers.
- To exit the search program, enter 'exit'.
- Replace the
villagers.json
file with your own villagers' data in the specified format. - Modify the search logic in
server.py
to meet your specific requirements.
- This microservice is a demonstration and may require further customization for production use.
- Ensure the microservice is running before using the search program or client.
This project is licensed under the MIT License - see the LICENSE file for details.