Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsanjuan/twitter-pinbot
A Twitter bot to pin things on IPFS Cluster
https://github.com/hsanjuan/twitter-pinbot
Last synced: 9 days ago
JSON representation
A Twitter bot to pin things on IPFS Cluster
- Host: GitHub
- URL: https://github.com/hsanjuan/twitter-pinbot
- Owner: hsanjuan
- License: mit
- Created: 2018-05-31T22:06:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T19:47:03.000Z (over 3 years ago)
- Last Synced: 2024-11-29T16:22:43.154Z (15 days ago)
- Language: Go
- Size: 136 KB
- Stars: 30
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter-pinbot
A Twitter bot to pin things on [IPFS Cluster](https://cluster.ipfs.io).
Assuming you have a working IPFS Cluster, you can run with a config file like:
```js
{
"twitter_name": "@handle",
"twitter_id": "userid",
"consumer_key":"<>",
"consumer_secret":"<>",
"access_key": "<>",
"access_secret": "<>",
"cluster_peer_addr": "",
"cluster_username": "",
"cluster_password": ""
}
```When [running the Docker container](https://hub.docker.com/r/hsanjuan/twitter-pinbot), mount the configuration into `/data/config.json`
## Tutorial
A full tutorial covering how to set up all the pieces is available here:
https://simpleaswater.com/ipfs-cluster-twitter-pinbot/