No project description provided
Project description
periodical_requests_recorder
Usage
periodical_recorder example.yaml
yaml data format example.
gmail_address: example@gmail.com
gmail_oauth: "~/yagmail_secret.json"
tasks:
-
name: "some_data"
url: "https://example.com/somedata.csv"
record_dir: "~/hist_data/"
output_file_format: "{name}/{name}_%Y-%m-%d.csv"
cron_expr: "0 * * * * * *"
encoding: "ms932"
-
name: "some_data_2"
url: "https://www.google.com/"
record_dir: "~/hist_data/"
output_file_format: "{name}/{name}_%Y-%m-%d.txt"
cron_expr: "@reboot"
target_elements:
-
element: "#gws-output-pages-elements-homepage_additional_languages__als"
index: 3
Request result will be stored in the record_dir with your output_file_format.
If you set up yagmail, error messages will be sent to your address.
cron_expr format is the same as Crython.
Installation
You can install this with pip.
Requirements
Compatibility
Licence
periodical_requests_recorder was written by fx-kirin.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file periodical_requests_recorder-0.3.0.tar.gz
.
File metadata
- Download URL: periodical_requests_recorder-0.3.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7ed679467bc188821f502d31c7e49604288212ddb11cb5e7e90a2a32d324cf17
|
|
MD5 |
2928a58d595ec8e27ea4692b804e863c
|
|
BLAKE2b-256 |
4bb48e0d4bcf4ed778cceaca97644cd4e20a437ca8d25b411fec4adf0e60a3ce
|