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.bkp
toconfig.ini
. - Set values on
queue
,access_key_id
andsecret_access_key
options onconfig.ini
. - Run
python main.py
.