Skip to content

Mubarak1A/Api-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api-Scrapper

A Python automation script that scrapes job listings from the Remote OK API, processes the data into an Excel sheet and automatically sends it to a list of email recipients.

What it does

  • Fetches live job listing data from the Remote OK API
  • Parses and structures the data into a clean Excel sheet
  • Automatically emails the sheet to a configured list of recipients

Tech Used

  • Python
  • requests — API calls
  • openpyxl — Excel file generation
  • smtplib — Automated email sending

How to Run

  1. Clone the repository

    git clone https://github.com/Mubarak1A/Api-Scrapper.git
    cd Api-Scrapper
  2. Install dependencies

    pip install requests openpyxl
  3. Update the email list and SMTP credentials in the script

  4. Run the script

    python scraper.py

Note

Make sure to review the inline comments in the script for all the places you need to update before running.

About

Python Script to scrape and api (remote.ok/api), upload the scrapped data to and excel sheet and send it to a list emails. Take note of all places you have to make changes for you email to be send successfully.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages