Skip to content

Forum scraper that returns relevant posts and attachments based on keywords provided as argument or in file.

License

Notifications You must be signed in to change notification settings

hmallen/flyonthewall

Repository files navigation

flyonthewall

Parse 4chan boards and filter posts with relevant keywords

Must include keyword file in root directory: keywords.txt

keyword.txt format:

  • One keyword per line
  • If keyword has similar words to exclude, use comma-separated list separated from keyword by '|' character

Example keywords.txt:

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

About

Forum scraper that returns relevant posts and attachments based on keywords provided as argument or in file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages