You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
291 B
8 lines
291 B
3 months ago
|
#!/bin/bash
|
||
|
|
||
|
TW_ACCESS_TOKEN=792002880685350912-pe3LyGJMpIqmPUHXPHwqqYNQAT1emgu \
|
||
|
TW_ACCESS_TOKEN_SECRET=pjBa0yKQCOPIenpVnRHWiDYWOHCpKfe8teaztRm93OzNf \
|
||
|
TW_CONSUMER_SECRET=jRv0PojbRgS4paD4N4sj2eHAAx2aHWLFSLhACF5tbtjicJnsbM \
|
||
|
TW_CONSUMER_KEY=s4Mi5GkhWv9d04ydaDr0bwKJs \
|
||
|
python server.py 8888
|