https://github.com/nguyenanh/phoenix_crawler
Instagram crawler
https://github.com/nguyenanh/phoenix_crawler
concurrency elixir instagram-scraper parser phantomjs phoenix scraping
Last synced: 8 months ago
JSON representation
Instagram crawler
- Host: GitHub
- URL: https://github.com/nguyenanh/phoenix_crawler
- Owner: Nguyenanh
- Created: 2019-04-18T15:51:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:57:19.000Z (over 3 years ago)
- Last Synced: 2025-01-28T01:44:36.447Z (over 1 year ago)
- Topics: concurrency, elixir, instagram-scraper, parser, phantomjs, phoenix, scraping
- Language: Elixir
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixCrawler
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
* Run crawler `mix instagram_crawler`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix