Python tool for manipulation queues on Amazon SQS using JSON format messages.
- Python 2.7.x
- simplejson
- boto
Issue the following command to install all of requirements:
pip install -r amazonsqs.reqs
- Copy
config.ini.bkptoconfig.ini. - Set values on
queue,access_key_idandsecret_access_keyoptions onconfig.ini. - Run
python main.py.