Skip to main content

Notifications for https://www.paybyphone.fr/

Project description

Simple bot that sends you an email when you didn’t pay your parking on https://www.paybyphone.fr/

Installation on a Raspberry PI

Get pip

apt-get install python3-pip

Install paybybot

pip3 install paybybot

Configure your credentials

# ~/.paybybot
{Your phone number}:{PayByPhone password}

# ~/.email-creds
{Your email address}:{Email password}

For your email account, I advise you to use an app password. See here for Gmail.

Geckodriver

Inspired by https://askubuntu.com/a/871077

  1. Go to the geckodriver releases page. Find the latest version of the driver for the ARM platform and download it. For example:

    wget https://github.com/mozilla/geckodriver/releases/download/v0.18.0/geckodriver-v0.18.0-linux64.tar.gz
  2. Extract the file with:

    tar -xvzf geckodriver*
  3. Make it executable:

    chmod +x geckodriver
  4. Add the driver to your PATH so other tools can find it:

    echo "export PATH=\$PATH:$PWD/geckodriver" >> .bashrc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paybybot-0.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

paybybot-0.0.1-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page