https://github.com/corylr/blew-a-fuse-bot
Twitter bot @BlewAFuse
https://github.com/corylr/blew-a-fuse-bot
Last synced: over 1 year ago
JSON representation
Twitter bot @BlewAFuse
- Host: GitHub
- URL: https://github.com/corylr/blew-a-fuse-bot
- Owner: CoryLR
- License: agpl-3.0
- Created: 2022-06-27T22:24:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T21:15:32.000Z (over 3 years ago)
- Last Synced: 2025-02-05T09:56:28.986Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blew A Fuse
Twitter bot @BlewAFuse
## Setup
Dependencies
* Install dependencies with `pip install -r requirements.txt`
* Run `source venv/bin/activate` to activate the local python environment in your terminal
Keys
* Create `.env` file by copying and renaming the `.env-template` and filling in the appropriate fields
## Continuous development
* Run `source venv/bin/activate` to activate the local python environment in your terminal
* Use `uvicorn app.main:app --reload` to run the server
* All-in-one startup: `source venv/bin/activate && uvicorn app.main:app --reload`
### Package Management
* Install new packages using `pip install packagename`
* Record changes to packages using `pip freeze >> requirements.txt` and commit this file
### Key Management
* After adding or removing a key from the `.env`, run `python update_env_template.py` to generate a new `.env-template` from the updated `.env` file.
## @BlewAFuse Info
* Twitter ID: 1541247183919382528