Web application that makes 2x2, 3x1 or 2x1 collages from images from Tweets.
- Python 81.9%
- Dockerfile 18.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github | ||
| img | ||
| tests | ||
| twitter_image_collage_maker | ||
| .env.example | ||
| .gitignore | ||
| CHANGELOG.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
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
After
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?
- Email: tlovinator@gmail.com
- Discord: TheLovinator#9276
- Send an issue: twitter-image-collage-maker/issues