Web application that makes 2x2, 3x1 or 2x1 collages from images from Tweets.
  • Python 81.9%
  • Dockerfile 18.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Joakim Hellsén 90d8f43430
Move from GPLv3 to Unlicense
Feel free to do whatever you want, I don't care
2023-06-09 15:32:13 +02:00
.github Update docker/build-push-action action to v4 2023-01-30 22:22:44 +00:00
img Remove Nginx files 2022-03-26 00:15:38 +01:00
tests Add type hints to tests 2023-01-11 05:44:58 +01:00
twitter_image_collage_maker Improve code 2023-01-31 03:19:10 +01:00
.env.example Remove DISCORD_ID 2022-09-27 22:45:48 +02:00
.gitignore Update .gitignore 2021-01-08 02:58:56 +01:00
CHANGELOG.md Bump version to v0.3.0 2022-03-26 00:23:46 +01:00
docker-compose.yml Use the v2 Twitter API 2022-08-12 12:24:17 +02:00
Dockerfile Readd forwarded-allow-ips 2023-01-11 16:52:22 +01:00
LICENSE Move from GPLv3 to Unlicense 2023-06-09 15:32:13 +02:00
poetry.lock Lock file maintenance 2023-06-05 01:33:01 +00:00
pyproject.toml Update dependency fastapi to ^0.96.0 2023-06-03 17:14:46 +00:00
README.md Update README with project archive message 2023-06-09 15:30:16 +02:00

This project has been archived and is no longer maintained.

The Twitter API is dead now after Elon Musk bought Twitter. So this project is now broken and will not be fixed. Thanks for the fish. 🐟

twitter-image-collage-maker

twitter-image-collage-maker combines several images in tweets into one. It runs a website that downloads images from a Tweet, combines them into a 2x1, 3x1 and 2x2 and returns the new combined image. This program was made for TheLovinator1/discord-twitter-webhooks.

Before

Before1 Before2 Before3 Before4

After

After1

Config file

Create an app and copy your bearer token.

Config Description
WEBHOOK_URL Right click channel you want tweets in -> Integrations -> Webhooks -> New Webhook -> Copy Webhook URL.
BEARER_TOKEN https://developer.twitter.com/en/portal/ - Fill out your information and accept the developer agreement & policy, create an app and copy your bearer token.
URL Domain for website. Discord needs to access this.
DISCORD_ID User that should be pinged when something goes wrong.
STATIC_LOCATION Path to folder where images are stored. Docker users should use /usr/share/twitter-image-collage-maker/

Need help?