https://github.com/remy/twists
Simple tool for creating twitter list members
https://github.com/remy/twists
Last synced: 3 months ago
JSON representation
Simple tool for creating twitter list members
- Host: GitHub
- URL: https://github.com/remy/twists
- Owner: remy
- Created: 2013-10-25T15:30:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-25T15:58:34.000Z (almost 12 years ago)
- Last Synced: 2025-04-04T20:45:29.460Z (6 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twists
Simple tool for creating twitter list members
## Usage
1. Create a [twitter app](https://dev.twitter.com/apps) with read and **write** access.
2. You should generate the "access token" on the twitter dev site for the account you whose list you'll be managing.
3. Clone this project (or download it, as you please).
4. Modify the file called `config.json` adding your secret tokens (make sure you keep this safe).
5. Create a file with all the twitter screen names you want to add (as plain text).
6. From the `twists` directory, run `npm install`.
7. Open your terminal program and run the following command (whilst in the `twists` directory):```
node index.js /
```For example:
```
node index.js fullfrontalconf/delegates13 members.txt
```I hope to create a public tool in the future to make this a lot more user friendly, but for now, this does the job.