0

I've been meaning to register a lot of orders for Amazon, but I need to automate it. I've read a few things about this EDI concept Amazon works with, but I've no clue as to where to start or how to even connect that with Python. I'd be grateful if anyone could point me in the right direction.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Dan
  • 160
  • 1
  • 6
  • 19

1 Answers1

1

You can use bots (http://bots.sourceforge.net/en/about_features.shtml). It's a free (as in beer) EDI translator written in Python. You might need to connect it with a communication package, but there's also open source options for that as well.

Andrew
  • 2,801
  • 1
  • 26
  • 27