https://github.com/karan/learneveryword
Learn every word in the English language. Task will complete in 2022.
https://github.com/karan/learneveryword
Last synced: 23 days ago
JSON representation
Learn every word in the English language. Task will complete in 2022.
- Host: GitHub
- URL: https://github.com/karan/learneveryword
- Owner: karan
- License: apache-2.0
- Created: 2016-02-01T01:23:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T01:28:07.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T07:10:56.770Z (11 months ago)
- Language: Python
- Homepage: https://twitter.com/learneveryword
- Size: 8.82 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [learneveryword](https://twitter.com/learneveryword)
Learn every word in the English language. Task will complete in 2022.
### Tech stack
- Python
- S3
- AWS Lambda
### Installation
1. Make a `config.py` in `bot/` that looks like this:
```
twitter = dict(
key = '',
secret = '',
token = '',
token_secret = '',
)
aws = dict(
key = '',
secret = '',
bucket = 'learneveryword',
data = 'data.json',
)
```
2. Upload `data.json` in your `aws.bucket`.
3. Zip `bot/` contents (not the directory). Upload to AWS Lambda.
4. Set whatever schedule you want it to run on (see Lambda docs).
5. ???
6. Profit.
### License
Apache