Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.53 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.53 KB

AktuelFinder

A script based on Python that shows current campaign titles of 3 big chain of stores in Turkey. This project provides you to manage campaigns by their names. It don't give you detail about campaign contents.

Required External Libraries

  • requests
  • PyPDF2
  • lxml
  • bs4

Supported stores

  • A101
  • BİM
  • ŞOK

Features

The project has 4 main features.

Show new campaigns

When you run the script, you'll see currently new campaigns in a list. You can approve them by entering their IDs in list to command line. Approved campaigns won't show up in the new campaigns list anymore.

image1

Show choosed campaigns

After you choose one or more new campaigns they will show up in the chosen campaigns list. Choose operation cannot be revoked until the campaign expired, for now.

image2

Show expired campaigns

When the chosen campaigns gets expired, they will show up in the expired campaigns list. You can delete them permanently by adding ':' to beginning of IDs and entering the command line.

image3

Command line

There is a command line to managing campaigns for user. You can enter any command as stated by splitting them with ",".

image4