Skip to content

Instantly share code, notes, and snippets.

View SirProdigle's full-sized avatar
🏠
Working from home

Liam Warner SirProdigle

🏠
Working from home
View GitHub Profile
@SirProdigle
SirProdigle / main.py
Last active February 20, 2021 19:29
Rightmove Flat Hunter
import requests
import time
import re
from datetime import datetime
from discord_webhook import DiscordWebhook, DiscordEmbed
from bs4 import BeautifulSoup
FROM_MONTH = 7
TO_MONTH = 9
MONTH_LIST = ["july", "august", "september", "jul", "aug", "sep", "sept"]