Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesaugat/bikram-sambat-progress
A tweet bot that tweets yearly progress of the Nepali Calendar a.k.a Bikram Sambat. 🇳🇵
https://github.com/mesaugat/bikram-sambat-progress
bikram-sambat bikram-sambat-progress nepal nepali-calendar nepali-date tweetbot
Last synced: 2 months ago
JSON representation
A tweet bot that tweets yearly progress of the Nepali Calendar a.k.a Bikram Sambat. 🇳🇵
- Host: GitHub
- URL: https://github.com/mesaugat/bikram-sambat-progress
- Owner: mesaugat
- License: mit
- Created: 2019-08-25T13:42:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T05:50:54.000Z (over 1 year ago)
- Last Synced: 2024-10-04T13:43:03.200Z (3 months ago)
- Topics: bikram-sambat, bikram-sambat-progress, nepal, nepali-calendar, nepali-date, tweetbot
- Language: Go
- Homepage: https://twitter.com/bikram_sambat
- Size: 4.7 MB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bikram Sambat Progress
A tweet bot that tweets yearly progress of the Nepali Calendar a.k.a Bikram Sambat.
Follow Bikram Sambat on Twitter.
## About
### Prerequisite
- [GNU Make](https://ftp.gnu.org/old-gnu/Manuals/make-3.79.1/html_chapter/make_1.html)
- [Docker](https://docs.docker.com/install/)### Usage
Export your [Twitter secrets](https://developer.twitter.com).
```bash
# Twitter Secrets
export TWITTER_CONSUMER_KEY="WEbDazCqR6fVERc8SuD4tK5c"
export TWITTER_CONSUMER_SECRET="BPhmzeZqJ5nfAGGDeEQM8Xrh"
export TWITTER_ACCESS_TOKEN="9gdteNLPQVw5C9vcBfHR8Kkj"
export TWITTER_ACCESS_TOKEN_SECRET="5apcG4rbwSKJvXPtPb2yWk54"
```And,
```bash
$ make build
$ make run2020/04/06 15:09:26 Bikram Sambat Progress: 98.320859
2020/04/06 15:09:27 Bikram Sambat Progress: 98.320862
2020/04/06 15:09:28 Bikram Sambat Progress: 98.320865
2020/04/06 15:09:29 Bikram Sambat Progress: 98.320868
2020/04/06 15:09:30 Bikram Sambat Progress: 98.320871
2020/04/06 15:09:31 Bikram Sambat Progress: 98.320875
```## License
[MIT](LICENSE)