Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
insta-hashtag-crawler
Advanced tools
insta_hashtag_crawler
has been tested against the following platforms:
pip
(recommended)pip install insta_hashtag_crawler
python3
with the version you want)python3 -m pip install insta_hashtag_crawler
venv
:
python3 -m venv .venv
source .venv/bin/activate
pip install insta_hashtag_crawler
python3 -m venv .venv
cd .venv/Scripts
activate
pip install insta_hashtag_crawler
setup.py
git clone https://gitlab.com/point1304/insta_hashtag_crawler.git
cd insta_hashtag_crawler
python3 setup.py bdist
python3 setup.py install
insta_hashtag_crawler
is shipped with a very simple command line tool
and this is what you are going to mostly make the use of.
You can start crawling immediately on your shell
with:
insta-crawl your-hashtag
This command will generates a series of csv
formatted data in your
"current working directory".
csv
file name will be: ${hashtag}yyyymmdd(${number}).csv
insta-crawl --dir /some/path/to/dir hashtag
insta-crawl --dir some/relative/path hashtag
stdout
.
This option will redirect any logs to OS-relevant dev/null
.FAQs
A gevent-based simple instagram hashtag crawler
We found that insta-hashtag-crawler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.