Skip to content

Commit 8510c16

Browse files
committed
2 parents 1f89e78 + d957ef1 commit 8510c16

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TwitterTopBot_Python
1+
# TwitterTopBot_Python by ChatGPT
22

33
## Introduction
44
This project is a Python script that utilizes the Tweepy library to access the Twitter API and retrieve popular tweets for a given search query. These tweets are then formatted and rendered as an image using the PIL library. The script also allows for custom styling of the text through a CSS file.
@@ -39,4 +39,17 @@ This project is licensed under the MIT License. See the LICENSE file for details
3939
If you have any questions or suggestions, please feel free to contact me on Twitter https://twitter.com/CzarX86.
4040

4141

42+
# Roadmap
43+
44+
1. Research AI image generation APIs (such as DALL-E, DeepDream, etc.) and determine which one(s) would be the most suitable for creating background images for the project.
45+
2. Implement the chosen AI image generation API(s) and integrate them into the existing codebase.
46+
3. Test and debug the AI background image generation functionality.
47+
4. Allow users to customize and choose their own background images for the generated tweets images.
48+
5. Continue to gather user feedback and make improvements to the AI background image generation functionality.
49+
6. Explore the possibility of using other AI techniques such as style transfer to create unique and personalized background images.
50+
7. Develop a user interface or a command-line interface (CLI) to make it easier for users to select the background image they want.
51+
8. Add options for users to upload their own images to use as background images.
52+
9. Add ability for the user to change the background color of the image if they don't want to use a background image.
53+
10. Create a documentation for the AI background image generation functionality and update the Readme file.
54+
4255

0 commit comments

Comments
 (0)