https://github.com/nickhand/philly-311-bot
A Twitter bot to tweet information about yesterday's 311 requests in Philadelphia Setup
https://github.com/nickhand/philly-311-bot
Last synced: about 1 year ago
JSON representation
A Twitter bot to tweet information about yesterday's 311 requests in Philadelphia Setup
- Host: GitHub
- URL: https://github.com/nickhand/philly-311-bot
- Owner: nickhand
- Created: 2018-11-23T19:45:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T16:31:07.000Z (over 6 years ago)
- Last Synced: 2025-02-15T09:34:45.080Z (over 1 year ago)
- Language: Python
- Homepage: https://twitter.com/Philly311Bot
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# philly-311-bot
Tweeting information about yesterday's 311 requests in Philadelphia
## Setup
Modify the [philly_311_bot/config.py](philly_311_bot/config.py) file with your [Twitter Developer API tokens](https://www.google.com/search?q=twitter+API+keys&oq=twitter+API+keys&aqs=chrome..69i57j69i64.3196j0j7&sourceid=chrome&ie=UTF-8).
## Running the bot
For daily status updates, run:
```python
python scripts/update.py
```
To reply to mentions, run:
```python
python scripts/reply.py
```