lambtron / lambtron/botson-api
add logic for when to refresh analysis
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
right now there is no logic. if the account is in the db, then just use that.
let's add some logic. maybe if there is X new tweets? or after a week? then hit the botometer API and update the score in the db.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the account lookup, the Botometer API integration, and the database update path. Define the refresh condition, such as new tweets or elapsed time, then verify that stale scores trigger a new Botometer request and are updated in the database.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100