https://github.com/froukje/tweet-scheduler
https://github.com/froukje/tweet-scheduler
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/froukje/tweet-scheduler
- Owner: froukje
- Created: 2022-09-11T11:43:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T07:19:11.000Z (over 2 years ago)
- Last Synced: 2025-01-13T20:28:47.514Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-scheduler
Following the tutorial https://youtu.be/yCYPzoG25ak:
Build & Deploy A Python Web App To Automate Twitter | Flask, Heroku, Twitter API & Google Sheets API
## Getting started
```. venv/bin/activate```
```export FLASK_APP=app/main.py```
To run app locally: ```flask run```
To run with heroku locally: ```heroko local```