Sample Falcon service to get most popular users from social networks recently posted with given hashtag
-
Clone this repo.
-
Install additional modules:
pip3 install -r requirements.txt
gunicorn --timeout 120 --graceful-timeout 120 tagstat:app
See Gunicorn Deployment to deploy.
- Using BeautifulSoup to parse pages.
- Using to Selenium to get more pages.
- Using asynchronous tasks for page requests and parsing.