mxmongo
Version, currently master branch1 version
- master branchlatestSep 13, 2017
github.com/elrok123/project-scrape
No description declared in shard.yml.
Installation
# Add this to your shard.yml
dependencies:
mxmongo:
github: elrok123/project-scrape
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.22.0- License
- MIT
- Author
- elrok123
- Target
mxmongofrom src/mxmongo.cr
Dependencies
Runtime Dependencies
README
Project Scrape
Project Scrape is an ambitious project a few of us came up with for fun, the idea spawned out of a simple algorithm to generate all combinations of domain names possible. The idea grew into a project to scrape the entire web for as many data forms as we could find use for.
This project aims to create a hub of tools for people to use to scrape content of all forms, and possibly provide a useful platform for building a business idea from.
We reserve the right to all code produced here except for libraries 2017.
Installation
Simply download the repo using:
git clone https://github.com/elrok123/project-scrape.git
And set the branch you wish to stem from with:
git checkout -b <branchname>
git pull origin <branchname>
Once you have the correct version of the repo, you may now build the application using Crystal (if you already have Crystal installed, if not check out the dependencies section):
crystal build (--release) ./src/scraper_tools -o project-scrape
Once the build is finished, you will have a binary in your CWD named 'project-scrape' but you may use any name you wish, just change the text proceeding '-o' parameter
Dependencies
Project scrape requires a fair few pre-requisites before you will be able to build the application on your system, listed below are the libraries you require to build the application:
- libmongoc
- libxml
- openssl
- curl (along with libcurl and libcurl-dev)
Crystal lib dependencies:
- mongo (github: datanoise/mongo.cr)
- chalk_box (github: azukiapp/crystal-chalk-box)
Usage
The binary itself has a few options, to get more information about these options the binary provides:
project-scrape -h
This parameter will print out the help information.
We are also able to view the version info by using:
project-scrape --version
There are some tools to aid developers in debugging, these tools are:
project-scrape <my-command> -v -d
There are two parameters being used here '-v' is used to show more information about the the run and '-d' is used to display debug information that is not necessary to be viewed when running a normal running, it is intended for debugging system bugs.
There are also various commands we can use for running specific tools. We have 'generate-domains', 'check-active domains' and 'scrape-all', these all are used in the same way, but each tool provides different functionality, allowing the user to stem multiple parts of the system from one executable binary. The usage is as follows:
project-scrape <command-to-specify-which-tool> (-v | -d | -h | --version | --help | --verbose | --debug)
Development Tasks Left
- Scrape domains for media content
- Verify if domains are active
- Collect all domains that may be related and store in meaningful way
- Create frontend interface for viewing content
Contributing
- Fork it ( https://github.com/[your-github-name]/scraper/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [elrok123] - Owner, creator, maintainer, developer
- [obeidath] - Developer, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Sep 13, 2017
- Crystal
0.22.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/elrok123/project-scrape
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 23, 2026
- Synced
- Aug 23, 2026
- Versions
- 1