Brunopaes / flerken

This project is aimed on entering on the ingresso.com website and verifying if the pre-released tickets are already available to buy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flerken - An triggered bot

Optmised for python 3.6.

This project is aimed on entering on the 'ingresso.com' website and verifying if the pre-released tickets are already available to buy.


Project's Structure

  • data: log files:

    • log_all: status code - 200
    • log_error: status code != 200
    • recipients: list of email address
  • doc: documentation & application requirements.

  • src: source code (scripts).


Modules

  • Scraper: Class responsible for entering on the website and verifying if the tickets are already available to buy.
  • SendMail: Class responsible for sending the email to an mail-list.

Python requirements

In your python environment, run the following command:

pip install requests bs4

or access the doc directory (./doc) and run the following command:

pip install -r requirements.txt


Usage Notes

For running the script on terminal/cmd, access the project directory (./src) and run the following command:

python scraper_movie.py

obs: you must be inside the scr directory.


References


About

This project is aimed on entering on the ingresso.com website and verifying if the pre-released tickets are already available to buy.


Languages

Language:Python 100.0%