这是indexloc提供的服务,不要输入任何密码
Skip to content

ffung/trending

Repository files navigation

trending

Features

RSS Feed for trending hashtags and words in Amsterdam area.

Usage

Create a trending.ini configuration file

[default]
tweets_file = tweets.txt
baseurl = http://localhost

[twitter]
consumer_key = <key here>
consumer_secret = <secret here>
access_token = <access token here>
access_token_secret = <access token secret here>


Start by PYTHONPATH=src: python src/trending/main.py

Following RSS Feeds are exposed

  • <host>:<port>/hashtags
  • <host>:<port>/words

Other URLS will return a 404 error. PS: analysis is not real time as of yet.

CI/CD pipeline

Included in the setup is some groundwork to create an AWS pipeline for running this application using Terraform.

See the pipeline folder.

Development / testing

Run unittests / coverage report

python setup.py test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published