A story bot that will scrape stories from r/stories subreddit and convert it into an Audio File
This is a story bot, that will scrape stories from r/stories subreddit and convert it into an Audio File. pip install -r requirements.txt to install all required Packages. First Run Reddit_Scraper.py. This will scrap 300 stories and save it into a json file. Also fill the client_id, client_secret and user_agent. Learn More. Then Run Script_Generator.py. This will take the Json file and select a random story from it and save it in a text file. Finally Run Podcast_Generator.py. This will […]
Read more