Skip to content

northwindapps/seleniumInCronjob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seleniumInCronjob

オークションサイトでの入札作業を自動化するツール

機能概要:wishlist.pyで入札アイテムを取得→bid.pyで入札を実行

(1).env設定:

EMAIL=アカウントに使用しているEメール

PASS=パスワード

(2)crontabを利用したスケジュール設定:

*/1 * * * * cd /path/to/the/project/folder && /path/to/python /path/to/scraping/file >> /path/to/log/file 2>&1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages