Skip to content

Discord bot for querying Google Scholar and other sources

Notifications You must be signed in to change notification settings

AlysAmanita/scholar_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScholarBot

ScholarBot is a Discord bot that can query various scholarly resources such as Google Scholar, SciHub, etc...

Setup

This project uses Poetry for dependency management, please set Poetry up before proceeding.

  1. Clone this repo
  2. Create a bot account on Discord
  3. Create a .env file in the root and add:
BOT_TOKEN=<insert your token>
  1. Create a virtual environment to isolate your dependencies
  2. Install all dependencies with poetry install
  3. Run the bot: python bot.py

Memes

If you want to do memes you will also need to get a client id and client secret from teh Imgure API.

Once you do add the following to your .env file:

IMGUR_CLIENT_ID=<client id>
IMGUR_CLIENT_SECRET=<client secret>

About

Discord bot for querying Google Scholar and other sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%