Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize automatic reminder Program in Python

2025-01-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to realize the automatic reminder program in Python". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "how to realize the automatic reminder program in Python".

1. Prepare for

1. Download and install the Python3 environment

two。 Clone a repository named footballNotifier:

3. Open CMD or Terminal and enter the following command to install the dependency:

Pip install-r requirements.txt

two。 Configure your home team

To do this, you need to open the config.ini in the warehouse:

1. Fill in your mobile phone number at Number and your home team at TEAM

Such as: Arsenal, Arsenal, etc. Please be careful to fill in English.

two。 Go to TextLocal to sign up for an SMS account:

Https://www.textlocal.com/

The account password can not be set until the mailbox is verified.

3. Create an API_KEY in the link below

Https://control.txtlocal.co.uk/settings/apikeys/

You don't need to enter IP, just save it. Then refresh to the previous page, you can see a key, copy the string of keys, and fill in the API_ key in config.init accordingly:

After the configuration is complete, enter the following command in cmd or Terminal to execute the script to start monitoring the score:

Python app.py

3. Source code analysis

In fact, there are only two files in this repository. One is scrapegoals.py, which is used to capture the real-time results of the event. It is actually a very simple crawler:

The other is app.py, which is the entry point of the program, which only does two things:

1. Get the results of the competition.

two。 If it is the target team's goal, then call SMS API to send SMS.

# using While loops to maintain monitoring processes

At this point, I believe that everyone on the "Python how to achieve automatic reminder program" have a deeper understanding, might as well to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report