推特你的代表:如果您居住在伊利诺伊州,您可以使用该工具找到并联系您的州代表。只需输入您的地址,即可通过推文与代表联系。操作步骤如下:
- 克隆项目:
```
git clone git@github.com:open-city/tweet-your-rep.git
```
- 安装依赖:
```
pip install -r requirements.txt
```
- 运行应用:
```
python app.py
```
- 导航至以下地址,将
[your address here]
替换为您的地址,便可查看结果:
```
http://localhost:9999/api/?address=[your address here]
```
示例:
输入:123 Main St. Suite 100 Chicago, IL
结果:
{
\"result\": [
{\"tag\": \"\", \"value\": \"\"}
],
\"input-address\": \"123 Main St. Suite 100 Chicago, IL\"
}
暂无评论