Metadata-Version: 2.1
Name: flyonthewall
Version: 0.1a2
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
Description: # 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
        
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
