Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 647 Bytes

File metadata and controls

11 lines (9 loc) · 647 Bytes

instagram-story-offer-posting-bot

This is a in-progress, hobby-study-like project.

A bot that:

  • parses offer urls from an input.txt file (currently, only from amazon.com.br);
  • scrapes offer data (currently: a title/description, a thumbnail, a "before" price, a "now" price, and the discount rate);
  • creates offer images with 720 by 1080 pixels resolution;
  • connects do a physical, debug ready Android phone (I'm using a POCO X3 NFC) using pure-python-adb (ppadb);
  • pushes offer images to the phone's SD card; and
  • launches phone's Instagram app and posts offer images (with url stickers with offer urls in them).