This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import os | |
# change this url to the post's url | |
post_url = "https://www.reddit.com/r/holdmycatnip/comments/7vyada/hmc_so_i_can_drink_this_air_real_quick/" | |
# use UA headers to prevent 429 error | |
headers = { | |
'User-Agent': 'My User Agent 1.0', | |
'From': '[email protected]' |