Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #38 from arokem/patch-2
Browse files Browse the repository at this point in the history
Suggests wording change
  • Loading branch information
yang3kc authored Oct 16, 2019
2 parents 676c74c + 7269df8 commit 1c399c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The backend collects and analyzes tweets, while the frontend renders a dashboard
The backend and frontend communicate with each other through the middleware APIs.

Data collection is query-driven and requires a Twitter app key.
The user-defined query is a set of keywords of interest, see [Twitter's document](https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters.html#track) for details.
The user-defined query is a set of keywords of interest, see [Twitter's documentation](https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters.html#track) for details.
These keywords are fed to Twitter's filtering API to fetch a stream of related tweets. The software extracts entities (hashtags, user handles, links, and media) for further analysis.

Entities are stored in a PostgreSQL database, interfaced with the tweet collector and the middleware using `asyncpg` and `asyncio` in Python3.
Expand Down

0 comments on commit 1c399c8

Please sign in to comment.