Home > Content-Crawler

Content-Crawler

Content-Crawler is a project mainly written in ..., it's free.

Content Crawler of authenticated websites

Content Crawler Really

[email protected]:maslow788/Content-Crawler.git

Global setup:

Download and install Git git config --global user.name "Your Name" git config --global user.email [email protected]

Next steps:

mkdir Content-Crawler
cd Content-Crawler
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin [email protected]:maslow788/Content-Crawler.git
git push origin master

Existing Git Repo?

cd existing_git_repo
git remote add origin [email protected]:maslow788/Content-Crawler.git
git push origin master