Reddit Script | Python Dev | Easy & Quick Work
Budget: ₹600 – ₹1,300 INR
I will give a reddit post link in a txt file
The script will visit the link and identify if the post is removed, banned or alive.
---------------------
Possible status with examples:
Removed: The post has been taken down by Reddit's Legal Operations team or the original poster.
https://www.reddit.com/r/AstraCourses/comments/14qf0ft/charlie_morgan_easy_grow_program_latest_updates/
Banned: The entire subreddit that the post belongs to has been banned due to policy violations, such as spam.
https://www.reddit.com/r/AnotherDeemension
---------------------
The script should then generate a csv output that consists of two columns:
Column 1: The original Reddit post URL.
Column 2: The status of the post ('Alive', 'Removed', or 'Banned'). If a link is either removed or banned, we will consider its status as 'Dead'.
-----------------
We will do 5000 links per week
The script should be fast it should do 5000 links in 5 to 10 minutes
And make sure it didn't get blocked
We can use proxies or scraping API, etc
The script will visit the link and identify if the post is removed, banned or alive.
---------------------
Possible status with examples:
Removed: The post has been taken down by Reddit's Legal Operations team or the original poster.
https://www.reddit.com/r/AstraCourses/comments/14qf0ft/charlie_morgan_easy_grow_program_latest_updates/
Banned: The entire subreddit that the post belongs to has been banned due to policy violations, such as spam.
https://www.reddit.com/r/AnotherDeemension
---------------------
The script should then generate a csv output that consists of two columns:
Column 1: The original Reddit post URL.
Column 2: The status of the post ('Alive', 'Removed', or 'Banned'). If a link is either removed or banned, we will consider its status as 'Dead'.
-----------------
We will do 5000 links per week
The script should be fast it should do 5000 links in 5 to 10 minutes
And make sure it didn't get blocked
We can use proxies or scraping API, etc