New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chanCrawlerGem

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chanCrawlerGem

  • 0.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

ChanCrawlerGem

Gem Version

This gem scowers 4chan (or any chan copy theoretically) searching for threads that contains key words specified by you on boards specified by you and downloads all the images, gifs and webms to a specified folder

You can also find the gem at https://rubygems.org/gems/chanCrawlerGem

Installation

gem 'chanCrawlerGem'

And then execute:

$ bundle

Or install it yourself as:

$ gem install chanCrawlerGem

Usage

Set up a .env following the pattern described in the .env_template and then run ChanCrawlerGem.give_me_the_documents as shown in the example.rb file. In facut, simply running the example.rb file after creating the .env will work just fine

So just to be clear here's a step by step:

Step 1 Create .env file

For this step use the .env_template provided and fill in the desired values

Step 2 Create a downloads directory

Create the directory and put it's path in the DEST_FOLDER variable

Step 3 Create the script

Create a simple script that requires the gem and runs the "give_me_the_documents" method like so

require 'chanCrawlerGem'

ChanCrawlerGem.give_me_the_documents

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the ChanCrawlerGem project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

FAQs

Package last updated on 09 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc