Metadata-Version: 2.1
Name: sopel-arxiv
Version: 1.0.0
Summary: An arXiv plugin for Sopel
Home-page: https://github.com/SnoopJ/sopel-arxiv
Author: SnoopJ
Author-email: snoopjedi@gmail.com
License: Eiffel Forum License, version 2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: Eiffel Forum License (EFL)
Classifier: License :: OSI Approved :: Eiffel Forum License
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Description-Content-Type: text/markdown
License-File: LICENSE

# sopel-arxiv

A plugin for summarizing links to [arXiv.org](https://arxiv.org) in the IRC bot
[Sopel](https://sopel.chat/).

## Installation

```bash
$ pip install sopel-arxiv
```

## Usage

When this plugin is active, the bot will look for links to arXiv articles and
try to report their titles, authors, and summaries. Links directly to PDFs are
also supported.

```
<SnoopJ> https://arxiv.org/abs/0811.3772
<terribot> [arXiv] “What if Time Really Exists?” Sean M. Carroll — «Despite the
obvious utility of the concept, it has often been argued that time does not
exist. I take the opposite perspective: let's imagine that time does exist, and
the universe is described by a quantum state obeying ordinary time-dependent
quantum mechanics. Reconciling this simple picture with the known facts about
our universe turns out to be a non-trivial task, but by taking it…»
```


