Metadata-Version: 2.1
Name: flyonthewall
Version: 0.1a10
Summary: Forum scraper that returns relevant posts and attachments based on keywords provided as argument or in file.
Home-page: https://github.com/hmallen/flyonthewall
Author: Hunter M. Allen
Author-email: allenhm@gmail.com
License: MIT
Keywords: forum,scrape
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: boto3 (>=1.7.25)
Requires-Dist: beautifulsoup4 (>=4.6.0)
Requires-Dist: requests (>=2.13.0)
Requires-Dist: slackclient (>=1.2.1)
Requires-Dist: wget (>=3.2)

# flyonthewall

<b>Parse 4chan boards and filter posts with relevant keywords</b>

Must include keyword file in root directory: keywords.txt

<b>keyword.txt format:</b>
 - One keyword per line
 - If keyword has similar words to exclude, use comma-separated list separated from keyword by '|'  character

<b>Example keywords.txt:</b>

stellar

lumens

str|strong,strength,stress,stretch,strap,straw,strangle

xlm

In above example, these words will be included in search:
- stellar
- lumens
- str
- xlm

And these words will be excluded from search:
- strong
- strength
- stress
- stretch
- strap
- straw
- strangle


