https://github.com/singiamtel/twitter-ai-bot
⚠️Warning: Twitter stopped supporting the free API, so this bot is no longer alive :( || Twitter Bot that posts random facts generated via AI. Hosted on AWS Lambda
https://github.com/singiamtel/twitter-ai-bot
aws-lambda bot python twitter twitter-bot
Last synced: over 1 year ago
JSON representation
⚠️Warning: Twitter stopped supporting the free API, so this bot is no longer alive :( || Twitter Bot that posts random facts generated via AI. Hosted on AWS Lambda
- Host: GitHub
- URL: https://github.com/singiamtel/twitter-ai-bot
- Owner: singiamtel
- License: mit
- Created: 2022-09-11T19:01:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T15:05:56.000Z (over 3 years ago)
- Last Synced: 2025-01-29T08:30:32.525Z (over 1 year ago)
- Topics: aws-lambda, bot, python, twitter, twitter-bot
- Language: Python
- Homepage: https://twitter.com/YourRandomFact
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter Bot Using OpenAI GPT-3 API
⚠️Warning: Twitter stopped supporting the free API, so this bot is no longer alive :(
Twitter Bot that posts random facts on Twitter via API. Requires that you generate a Twitter OAuth token for the new v2 API
Currently running on Twitter as @YourRandomFact, hosted on AWS Lambda.
## Create zip package for Lambda
``` bash
pip install -r requirements.txt -t ./package
zip -r pkg.zip package/* lambda_function.py
```