https://github.com/lexiestleszek/twittorgpt
TwittorGPT is a tool that uses GPP4ALL model to generate tweets and then uses JS frontend Twitter API to post them.
https://github.com/lexiestleszek/twittorgpt
Last synced: 4 months ago
JSON representation
TwittorGPT is a tool that uses GPP4ALL model to generate tweets and then uses JS frontend Twitter API to post them.
- Host: GitHub
- URL: https://github.com/lexiestleszek/twittorgpt
- Owner: LexiestLeszek
- Created: 2023-08-25T12:26:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T19:17:41.000Z (over 1 year ago)
- Last Synced: 2025-01-13T21:44:12.797Z (5 months ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twittorGPT
TwittorGPT is a tool that uses GPP4ALL model to generate tweets and then uses JS frontend Twitter API to post them.
It uses tweety (https://github.com/mahrtayyab/tweety) library.register.py automatically registers your account, but catcha solving is not yet done.
# Main workflow:
# step 1
Use img.py download image from thispersondoesnotexist. register.py automatically registers your account, but catcha solving is not yet done.
# step 2
Create .env variable with credentials from your twitter account:
``
USERNAME=
PASSWORD=
``# step 2
run: ``python3 twittorGPT.py``# Customisation
The main idea is that language model writes a tweet based on the set of topics and suggestions. That way you can manage the overall theme of your tweets.# This app is made for educational purposes and author (developer) does not bear any responsibility for its usage by others