An Automated udemy coupons scraper which scrapes coupons and autopost the result in blogspot post

Overview

Autoscraper-n-blogger

An Automated udemy coupons scraper which scrapes coupons and autopost the result in blogspot post and notifies via Telegram bot

Requirements

  • Blogger account and blog id
  • Telegram Bot API key and Your Telegram chat id to notify you and send results

    Setup

    Before setup place Telegram bot API key, Telegram chat id and Blogger id in config.json file !

    How to get my Telegram bot api key ? - Telegram-bot api-key

    How to get your Telegram chat id ? - Telegram chat-id

    pip3 install requirements.txt

    Once Installed all the requirements, setup the easyblogger by below command

    easyblogger --blogid get

    To get the blog id refer - https://subinsb.com/how-to-find-blogger-blog-id

    This will open up a browser window that you use to authenticate with your google account

    Note : Authenticate the google account associated with blogger account

    you’re all set to use Easyblogger !

    python3 auto.py

    This above file will scrape all the udemy course and coupons and it will post in blogger and it will send a copy of scraped results via Telegram bot !

    This can be hosted on a cloud server to run it automatically everyday !

    Demo

    Autoscraper.mp4
  • Owner
    GOKUL A.P
    Pythonist | Web Application Pentester | CTF player | Automation developer
    GOKUL A.P
    News, full-text, and article metadata extraction in Python 3. Advanced docs:

    Newspaper3k: Article scraping & curation Inspired by requests for its simplicity and powered by lxml for its speed: "Newspaper is an amazing python li

    Lucas Ou-Yang 12.3k Jan 07, 2023
    API which uses discord to scrape NameMC searches/droptime/dropping status of minecraft names

    NameMC Scrape API This is an api to scrape NameMC using message previews generated by discord. NameMC makes it a pain to scrape their website, but som

    Twilak 2 Dec 22, 2021
    UsernameScraperTool - Username Scraper Tool With Python

    UsernameScraperTool Username Scraper for 40+ Social sites. How To use git clone

    E4crypt3d 1 Dec 20, 2022
    A web crawler script that crawls the target website and lists its links

    A web crawler script that crawls the target website and lists its links || A web crawler script that lists links by scanning the target website.

    2 Apr 29, 2022
    Extract embedded metadata from HTML markup

    extruct extruct is a library for extracting embedded metadata from HTML markup. Currently, extruct supports: W3C's HTML Microdata embedded JSON-LD Mic

    Scrapinghub 725 Jan 03, 2023
    Minecraft Item Scraper

    Minecraft Item Scraper To run, first ensure you have the BeautifulSoup module: pip install bs4 Then run, python minecraft_items.py folder-to-save-ima

    Jaedan Calder 1 Dec 29, 2021
    Scrapes mcc-mnc.com and outputs 3 files with the data (JSON, CSV & XLSX)

    mcc-mnc.com-webscraper Scrapes mcc-mnc.com and outputs 3 files with the data (JSON, CSV & XLSX) A Python script for web scraping mcc-mnc.com Link: mcc

    Anton Ivarsson 1 Nov 07, 2021
    A python module to parse the Open Graph Protocol

    OpenGraph is a module of python for parsing the Open Graph Protocol, you can read more about the specification at http://ogp.me/ Installation $ pip in

    Erik Rivera 213 Nov 12, 2022
    爱奇艺会员,腾讯视频,哔哩哔哩,百度,各类签到

    My-Actions 个人收集并适配Github Actions的各类签到大杂烩 不要fork了 ⭐️ star就行 使用方式 新建仓库并同步代码 点击Settings - Secrets - 点击绿色按钮 (如无绿色按钮说明已激活。直接到下一步。) 新增 new secret 并设置 Secr

    280 Dec 30, 2022
    联通手机营业厅自动做任务、签到、领流量、领积分等。

    联通手机营业厅自动完成每日任务,领流量、签到获取积分等,月底流量不发愁。 功能 沃之树领流量、浇水(12M日流量) 每日签到(1积分+翻倍4积分+第七天1G流量日包) 天天抽奖,每天三次免费机会(随机奖励) 游戏中心每日打卡(连续打卡,积分递增至最高

    2k May 06, 2021
    Facebook Group Scraping Using Beautiful Soup & Selenium

    Extract Facebook group posts that are related to a specific topic and write them to a .json file.

    Fatima Ghadieh 14 Aug 12, 2022
    Searching info from Google using Python Scrapy

    Python-Search-Engine-Scrapy || Python-爬虫-索引/利用爬虫获取谷歌信息**/ Searching info from Google using Python Scrapy /* 利用 PYTHON 爬虫获取天气信息,以及城市信息和资料**/ translatio

    HONGVVENG 1 Jan 06, 2022
    Anonymously scrapes onlinesim.ru for new usable phone numbers.

    phone-scraper Anonymously scrapes onlinesim.ru for new usable phone numbers. Usage Clone the repository $ git clone https://github.com/thomasgruebl/ph

    16 Oct 08, 2022
    Simple proxy scraper made by using ProxyScrape's api.

    What is Moon? Moon is a lightweight and fast proxy scraper made by using ProxyScrape's api. What can i do with this? You can use proxies for varietys

    1 Jul 04, 2022
    Shopee Scraper - A web scraper in python that extract sales, price, avaliable stock, location and more of a given seller in Brazil

    Shopee Scraper A web scraper in python that extract sales, price, avaliable stock, location and more of a given seller in Brazil. The project was crea

    Paulo DaRosa 5 Nov 29, 2022
    A high-level distributed crawling framework.

    Cola: high-level distributed crawling framework Overview Cola is a high-level distributed crawling framework, used to crawl pages and extract structur

    Xuye (Chris) Qin 1.5k Jan 04, 2023
    Scrapy, a fast high-level web crawling & scraping framework for Python.

    Scrapy Overview Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pag

    Scrapy project 45.5k Jan 07, 2023
    用python爬取江苏几大高校的就业网站,并提供3种方式通知给用户,分别是通过微信发送、命令行直接输出、windows气泡通知。

    crawler_for_university 用python爬取江苏几大高校的就业网站,并提供3种方式通知给用户,分别是通过微信发送、命令行直接输出、windows气泡通知。 环境依赖 wxpy,requests,bs4等库 功能描述 该项目基于python,通过爬虫爬各高校的就业信息网,爬取招聘信

    8 Aug 16, 2021
    Quick Project made to help scrape Lexile and Atos(AR) levels from ISBN

    Lexile-Atos-Scraper Quick Project made to help scrape Lexile and Atos(AR) levels from ISBN You will need to install the chrome webdriver if you have n

    1 Feb 11, 2022
    Pythonic Crawling / Scraping Framework based on Non Blocking I/O operations.

    Pythonic Crawling / Scraping Framework Built on Eventlet Features High Speed WebCrawler built on Eventlet. Supports relational databases engines like

    Juan Manuel Garcia 173 Dec 05, 2022