carlosrsabreu / devo-abastecer

Twitter bot that publishes weekly the fuel prices updates on Madeira island.
https://twitter.com/devoabastecer
MIT License
10 stars 2 forks source link

โ›ฝ๏ธ Devo Abastecer (beta)

[!IMPORTANT]

โ›ฝ๏ธ Update Gas Prices from DRETT ๐Ÿ“ˆ Publish History Plot ๐Ÿ’… Format Codebase

๐Ÿ‡ต๐Ÿ‡น Informaรงรฃo acessรญvel com os preรงos dos combustรญveis na Madeira, publicada semanalmente no Twitter recorrendo a um bot.
๐Ÿ‡ฌ๐Ÿ‡ง Up-to-date fuel prices in Madeira, conveniently updated weekly on Twitter via our automated bot.

Fuel price history

Gas History

Functionality Overview

This project automates the process of updating and publishing fuel prices in Madeira. The sequence summary below provides an overview of the main functionalities and interactions between components:

sequenceDiagram

    participant ๐Ÿ joram.py
    participant ๐Ÿ update_gas_prices.py
    participant ๐Ÿ add_history.py
    participant ๐Ÿ post_tweet.py

    ๐Ÿ update_gas_prices.py -->> ๐Ÿ update_gas_prices.py: ๐Ÿ constants.py: import constants
    ๐Ÿ update_gas_prices.py ->> ๐Ÿ joram.py: ๐Ÿ†• retrieve newest pdf gas info
    ๐Ÿ joram.py -->> ๐Ÿ joram.py: ๐ŸŒ joram: get pdf content
    ๐Ÿ joram.py -->> ๐Ÿ update_gas_prices.py: ๐Ÿท๏ธ gas prices and creation date
    ๐Ÿ update_gas_prices.py -->> ๐Ÿ update_gas_prices.py: ๐Ÿ functions.py: retrieve week
    ๐Ÿ update_gas_prices.py -->> ๐Ÿ update_gas_prices.py: ๐Ÿ functions.py: replace key names
    ๐Ÿ update_gas_prices.py -->> ๐Ÿ update_gas_prices.py: ๐Ÿ“… add start date, end date
    ๐Ÿ update_gas_prices.py ->> ๐Ÿ update_gas_prices.py: ๐Ÿ’พ update gas_info.json
    ๐Ÿ update_gas_prices.py ->> ๐Ÿ add_history.py: ๐Ÿ“Š add price to history
    ๐Ÿ add_history.py ->> ๐Ÿ add_history.py: ๐Ÿ’พ update gas_info_history.csv
    ๐Ÿ add_history.py ->> ๐Ÿ add_history.py: ๐Ÿ’พ update gas_info_history.json
    ๐Ÿ update_gas_prices.py ->> ๐Ÿ post_tweet.py: ๐Ÿ“ฉ make tweet
    ๐Ÿ post_tweet.py -->> ๐Ÿ post_tweet.py: ๐Ÿ“จ format tweet message
    ๐Ÿ post_tweet.py -->> ๐Ÿ post_tweet.py: ๐Ÿ“ฎ post tweet