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
    A Python library for automating interaction with websites.

    Home page https://mechanicalsoup.readthedocs.io/ Overview A Python library for automating interaction with websites. MechanicalSoup automatically stor

    4.3k Jan 07, 2023
    A tool to easily scrape youtube data using the Google API

    YouTube data scraper To easily scrape any data from the youtube homepage, a youtube channel/user, search results, playlists, and a single video itself

    7 Dec 03, 2022
    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 pure-python HTML screen-scraping library

    Scrapely Scrapely is a library for extracting structured data from HTML pages. Given some example web pages and the data to be extracted, scrapely con

    Scrapy project 1.8k Dec 31, 2022
    学习强国 自动化 百分百正确、瞬间答题,分值45分

    项目简介 学习强国自动化脚本,解放你的时间! 使用Selenium、requests、mitmpoxy、百度智能云文字识别开发而成 使用说明 注:Chrome版本 驱动会自动下载 首次使用会生成数据库文件db.db,用于提高文章、视频任务效率。 依赖安装 pip install -r require

    lisztomania 359 Dec 30, 2022
    A database scraper created with mechanical soup and sqlite

    WebscrapingDatabases a database scraper created with mechanical soup and sqlite author: Mariya Sha Watch on YouTube: This repository was created to su

    Mariya 30 Aug 08, 2022
    Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors

    Parsel Parsel is a BSD-licensed Python library to extract and remove data from HTML and XML using XPath and CSS selectors, optionally combined with re

    Scrapy project 859 Dec 29, 2022
    A web scraping pipeline project that retrieves TV and movie data from two sources, then transforms and stores data in a MySQL database.

    New to Streaming Scraper An in-progress web scraping project built with Python, R, and SQL. The scraped data are movie and TV show information. The go

    Charles Dungy 1 Mar 28, 2022
    Web scrapping tool written in python3, using regex, to get CVEs, Source and URLs.

    searchcve Web scrapping tool written in python3, using regex, to get CVEs, Source and URLs. Generates a CSV file in the current directory. Uses the NI

    32 Oct 10, 2022
    Here I provide the source code for doing web scraping using the python library, it is Selenium.

    Here I provide the source code for doing web scraping using the python library, it is Selenium.

    M Khaidar 1 Nov 13, 2021
    Simple tool to scrape and download cross country ski timings and results from live.skidor.com

    LiveSkidorDownload Simple tool to scrape and download cross country ski timings and results from live.skidor.com Usage: Put the python file in a dedic

    0 Jan 07, 2022
    PyQuery-based scraping micro-framework.

    demiurge PyQuery-based scraping micro-framework. Supports Python 2.x and 3.x. Documentation: http://demiurge.readthedocs.org Installing demiurge $ pip

    Matias Bordese 109 Jul 20, 2022
    A crawler of doubamovie

    豆瓣电影 A crawler of doubamovie 一个小小的入门级scrapy框架的应用,选取豆瓣电影对排行榜前1000的电影数据进行爬取。 spider.py start_requests方法为scrapy的方法,我们对它进行重写。 def start_requests(self):

    Cats without dried fish 1 Oct 05, 2021
    A Powerful Spider(Web Crawler) System in Python.

    pyspider A Powerful Spider(Web Crawler) System in Python. Write script in Python Powerful WebUI with script editor, task monitor, project manager and

    Roy Binux 15.7k Jan 04, 2023
    A tool for scraping and organizing data from NewsBank API searches

    nbscraper Overview This simple tool automates the process of copying, pasting, and organizing data from NewsBank API searches. Curerntly, nbscrape onl

    0 Jun 17, 2021
    Web-scraping - A bot using Python with BeautifulSoup that scraps IRS website by form number and returns the results as json

    Web-scraping - A bot using Python with BeautifulSoup that scraps IRS website (prior form publication) by form number and returns the results as json. It provides the option to download pdfs over a ra

    1 Jan 04, 2022
    对于有验证码的站点爆破,用于安全合法测试

    使用方法 python3 main.py + 配置好的文件 python3 main.py Verify.json python3 main.py NoVerify.json 以上分别对应有验证码的demo和无验证码的demo Tips: 你可以以域名作为配置文件名字加载:python3 main

    47 Nov 09, 2022
    tweet random sand cat pictures

    sandcatbot setup pip3 install --user -r requirements.txt cp sandcatbot.example.conf sandcatbot.conf vim sandcatbot.conf running the first parameter i

    jess 8 Aug 07, 2022
    This app will let you continuously scrape certain parts of LeasePlan and extract data of cars becoming available for lease.

    LeasePlan - Scraper This app will let you continuously scrape certain parts of LeasePlan and extract data of cars becoming available for lease. It has

    Rodney 4 Nov 18, 2022
    IGLS - Instagram Like Scraper CLI tool

    IGLS - Instagram Like Scraper It's a web scraping command line tool based on python and selenium. Description This is a trial tool for learning purpos

    Shreshth Goyal 5 Oct 29, 2021