How to Search keywords to earn extra money automatically via Python (Free) ?

DigNo Ape
2 min readMay 25, 2020

--

Purpose: There are couple of websites providing opportunities to their users to earn extra money by completing daily online activities. One of activities is to search keywords via their engine. We are going to write an auto-searching program to search defined keywords so it can save lots of your time searching manually.

Sample Website: https://www.inboxdollars.com/

Tool: Python

Environments: In the folder named Search_Engine_Tool, we will have chrome drive, a excel files with keywords, and a main py file.

Required Packages:

Codes:
1. Set working directory.
2. Define data frame from the sheet named Details in the excel file.
3. Define driver and start to run the website. We have to figure out the pattern how searching keywords are presented in the address, so that we can run for loop by grabbing keywords from the excel file automatically.

Demo: Click “run module (F5)” and let’s see!

Thank you! Enjoy it:)

--

--

DigNo Ape
DigNo Ape

Written by DigNo Ape

我們秉持著從原人進化的精神,不斷追求智慧的累積和工具的運用來提升生產力。我們相信,每一個成員都擁有無限的潛力,透過學習和實踐,不斷成長和進步。

No responses yet