Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishtahir/hf-daily-papers-bot
https://github.com/nishtahir/hf-daily-papers-bot
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nishtahir/hf-daily-papers-bot
- Owner: nishtahir
- License: apache-2.0
- Created: 2023-07-13T23:15:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T17:11:07.000Z (6 months ago)
- Last Synced: 2024-06-21T11:11:59.585Z (6 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hf-daily-papers-bot
An Mastodon/Activity Pub bot to keep up with [HF Daily Papers](https://huggingface.co/papers). Currently publishing daily at [@[email protected]](https://social.nishtahir.com/@hfdailypapers)
## Requirements
* NodeJS
* An ActivityPub/Mastodon compatible server (I use GotoSocial)## Usage
The following environment variables need to be set see `.env.sample`* `GOOGLE_GENERATIVE_AI_API_KEY` - Google Gemini LLM Api Key. It's used to summarize the abstracts
* `AP_ACCESS_TOKEN` - An access token for your activity pub user
* `AP_URL` - base URL for your activity pub serverTo run the application,
```
node index.js
```