TechAndCheck / tech-and-check-alerts

Daily tip sheet for fact checkers
MIT License
13 stars 6 forks source link

Hotfix list scraper #363

Closed slifty closed 4 years ago

slifty commented 4 years ago

Description

This PR fixes a major issue with the twitter account list scraper where it was being triggered every time a twitter account was scraped (so, thousands of times a day).

NOTE: this did not impact production, since we were still in QA for this feature (it did not make it past staging yet)

This PR also makes an inconsequential tweak related to accepted column names.

Due Diligence Checklist

Steps to Test

  1. yarn test

Deploy Notes

None

Related Issues

Resolves #361 Resolves #362 Resolves #357