Skip to content

MICHI64N/listing_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Listing Tracker

Monitor E-Commerce Webpages/Listings

Note: This tracker is very early in development!

Features and Usage

Add Listings to the Database

Add listings to the database (in the inserted_webpages table) using the python listing_tracker -a webpage* command.

  • The first input asks to type or paste the URL to continue.
  • The second input asks to confirm the added URL is correct. Any input is accepted as "yes" as long as it starts with a "y" in either case. This includes but is not limited to "y," "Ye," "yeAh," or even "your mama."
  • The script then fills in the rest of the columns (see technical details for more information):
    • it computes the website value by rotating through a list of domains and
    • it fetches the current datetime to the second in UTC and adapts it into ISO format.
  • These values are then inserted into the database, after which the success notification is printed:
    • the website is in the statement if a value was found during the rotation while
    • the url is instead if no value was found.

*Do not forget to replace python with python3 or py if applicable.

About

Monitor E-Commerce Webpages/Listings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages