Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified Readme #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Automatic-Website-Categorizers

These programs are designed to categorize specified websites.
These programs are designed to categorize specific websites.

# Title Searcher
(Powered by Yandex.Translate: http://translate.yandex.com/ )
Expand All @@ -10,19 +10,19 @@ Download [GoogleScraper](https://github.com/NikolaiT/GoogleScraper):
pip3 install GoogleScraper
(GoogleScraper requires Python3.)

Open a command prompt and enter the following:
On your command prompt(or terminal), enter the following:

GoogleScraper -m http -s "bing" --keyword-file websites.txt > output.txt
(You will need to have a file called websites.txt with a list of websites that you want to search.)
Run titles_searcher.py that output.txt file:
First run titles_searcher.py and then output.txt file:

python2.7 titles_searcher.py output.txt output_from_extract.txt
(The first entry in the command line after 'titles_searcher.py' should be the name of the input file that you are processing, which is the output from the desired GoogleScraper run. The entry after that should be the name of the output file that you want to create. You will need to put the file lists.py in the same directory as titles_searcher.py.)
(The first entry in the command line after 'titles_searcher.py' should be the name of the input file that you are processing, which is the output from the desired GoogleScraper run. The entry after that should be the name of the output file that you want to create. You have to put the lists.py in the same directory as titles_searcher.py.)

# Common Crawl Title Searcher
(Powered by Yandex.Translate: http://translate.yandex.com/ )

Open a command prompt and enter the following:
Open command prompt (or terminal) and enter the following:

python2.7 extract_data.py

Expand Down
Loading