Skip to content

danielblanco96/milanuncios-ad-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milanuncios-ad-updater

Milanuncios-ad-updater is a script to automatically update your ads on milanuncios.com

Installation

You need to have installed Python3 and the following dependencies:

  • Selenium. Library to automate browsers.
  • Chrome Driver. Note: You need the same version as your browser's.
  • Schedule. Library to schedule tasks, used to update your ads every day!
  • Yagmail. Used to send emails reporting the results or errors.

Configuration

You need to set your configuration in the config.json file:

  • updateTime: The time of the daily updates, based on your computer time.
  • milanuncios: Your milanuncios.com email and password.
  • notifications: The email that is going to be used to send notifications and the list of emails that are going to receive the email notifications. Important: The from email must be a Gmail account!
{
    "updateTime": "20:33",
    "milanuncios" : {
        "email" :"[email protected]",
        "password":  "example_password"
    },
    "notifications": {
        "from": {
            "email" :"[email protected]",
            "password":  "example_password"
        },
        "to": [
            "[email protected]",
            "[email protected]"
        ]
    }
}

Usage

To launch the script just execute the following command:

python3 milanuncios.py &

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages