TheLovinator1 / twitter-image-collage-maker

Web application that makes 2x2, 3x1 or 2x1 collages from images from Tweets.

Home Page:https://twitter.lovinator.space/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

Web application that makes 2x2, 3x1 or 2x1 collages from images from Tweets.

https://twitter.lovinator.space/

License:The Unlicense


Languages

Language:Python 81.9%Language:Dockerfile 18.1%