Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nishtahir/hf-daily-papers-bot


https://github.com/nishtahir/hf-daily-papers-bot

Last synced: 23 days ago
JSON representation

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 server

To run the application,

```
node index.js
```