Added README

This commit is contained in:
hashir omer
2022-09-16 09:19:09 +05:00
parent 9fd635e376
commit 4d3965f2ed
3 changed files with 21 additions and 3 deletions

View File

@@ -74,9 +74,9 @@ func main() {
"x-odesk-user-agent": "oDesk LM",
"x-requested-with": "XMLHttpRequest",
}
//Upwork limits pagination to 100 pages
total_iterations := 100
//Query to serach for on Upwork
//Query to serach for on Upwork, searching for jobs with shopify keyword
query := "shopify"
//Number of results per page
per_page := 100