Skip to content

Instantly share code, notes, and snippets.

View oCaioGuerras's full-sized avatar
💭
Oi, eu sou Goku!

Caio Guerras oCaioGuerras

💭
Oi, eu sou Goku!
View GitHub Profile
# Read more about setting it up
# https://medium.com/@ljmocic/make-telegram-bot-for-notifying-about-new-rss-feed-items-4cfbcc37f4fd
from datetime import timedelta, datetime
from dateutil import parser
from pprint import pprint
from time import sleep
import requests
import feedparser