Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 521 Bytes

twitter-list-images

🧾 Retrieves tweets in a specific list on Twitter and displays tweets with images in a grid view.

Configuration

data/config.yml or CONFIG_PATH environment location

twitter:
  consumerKey: "XXXXXXXXXXXXXXXXXX"
  consumerSecret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  accessToken: "1234567890-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  accessSecret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  targetListId: "1234567890"

License

The license for this project is MIT License.