Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianoguerra/future-of-coding-weekly
repository to work on future of coding weekly newsletter
https://github.com/marianoguerra/future-of-coding-weekly
Last synced: about 1 month ago
JSON representation
repository to work on future of coding weekly newsletter
- Host: GitHub
- URL: https://github.com/marianoguerra/future-of-coding-weekly
- Owner: marianoguerra
- Created: 2019-12-18T22:58:30.000Z (almost 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-09-15T21:18:52.000Z (2 months ago)
- Last Synced: 2024-09-15T23:19:55.215Z (2 months ago)
- Language: HTML
- Homepage: https://tinyletter.com/marianoguerra/
- Size: 51.1 MB
- Stars: 32
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NewsletterTemplate.html
Awesome Lists containing this project
README
# future-of-coding-weekly
repository to work on future of coding weekly newsletter
## Subscribe
https://tinyletter.com/marianoguerra/
## Archiver
Script heavily based on this: https://github.com/zach-snell/slack-export
### Setup
Create an app here: https://api.slack.com/apps
Install this libraries
```
pip3 install slackclient slacker pick
```### User Token Scopes
```
channels:history
View messages and other content in the user’s public channels
channels:read
View basic information about public channels in the workspace
groups:read
View basic information about the user’s private channels
identify
View information about the user’s identity
users:read
View people in the workspace
```Change the dates (usually from monday to monday) and the output dir
```
export SLACK_TOKEN=xoxp-your-token-here
python3 slack_export.py --token $SLACK_TOKEN --publicChannels general feedback --from-date=2020-04-06 --to-date=2020-04-13 --output-dir=history/2020-04-w-2
```## Asset storage
https://docs.ipfs.io/install/command-line/#official-distributions
https://www.maxlaumeister.com/u/run-ipfs-on-boot-ubuntu-debian/```
If your app's bot user has permission to access a file, your app can download
file data by accessing url_private_download etc. with
Authorization: Bearer xoxb-***
header.
```