dumpmonScraper (python 3.6.x)
A python script to get dumpmon links from twitter.
This script does the following:
- Find links from last 20 tweets by @dumpmon
- Saves files locally.
- Searches these files for keywords.
- Logs snippets of keyword found in the files.
- Removes log if there were no keywords found. (This is to reduce making too many useless log files.)
Usage:
To run ONE time.
$ python3 dumpmonScraper.py
To run indefinitely with a delay of 200 seconds between every 20 tweets.
$ python3 dumpmonScraper.py 200