1
0
Fork 0
Send tweets to Discord by scraping Twitter (now X)
Find a file
Manuel 21d580d1a6
feat: Major refactor, implement web, caching, better tests and build files
* Update golang version to 1.24
* Update multiarch Dockerfile to be more ISA agnostic
* Refactor existing code and properly structure project into modules
* Get rid of global variables except where necessary (go:embed)
* Add default values to Config
* Add webserver with templates to finally correctly serve videos and gifs
* Add tiny caching library to decrease api load and improve latency
* Improve Webhook data preparation by filtering out redundant links
  from the tweet text and properly attaching videos and gifs in separate
  webhook request by utilising new webserver
* Improve tests for filter function
* Improve bake definition for easier CI integration
2025-03-18 19:22:00 +01:00
cmd/tweeter feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
pkg feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
.dockerignore feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
.editorconfig chore: Add dockerignore, Update editorconfig, Update dependencies 2023-10-17 00:00:00 +02:00
.gitattributes Initial commit 2023-08-29 18:00:00 +02:00
.gitignore feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
AGPL-3.0.txt Initial commit 2023-08-29 18:00:00 +02:00
compose.example.yml feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
config.example.toml feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
docker-bake.hcl feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
Dockerfile feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
Dockerfile.multiarch feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
go.mod feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
go.sum feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
LICENSE.txt Initial commit 2023-08-29 18:00:00 +02:00
main.go feat: Major refactor, implement web, caching, better tests and build files 2025-03-18 19:22:00 +01:00
README.md Initial commit 2023-08-29 18:00:00 +02:00

Twitter Scraper