GTABot: [GPT + Telegram + arXiv] A GPT-powered Bot for Telegram that enables searching and exploring arXiv papers.
Welcome to the GTABot project, an open-source AI-driven bot that helps users explore and discover research papers on arXiv. This bot is built using the GPT-4 architecture, which empowers it to provide paper summaries, filter papers based on your interests, and answer queries about specific papers or research topics. Our goal is to help researchers, students, and enthusiasts save time and efficiently find relevant research.
- Paper Summarization[TODO]: GTABot can provide concise summaries of arXiv papers, allowing users to quickly understand the main contributions and findings of a study.
- Paper Recommendation: Based on user preferences and interests, the bot suggests relevant papers from arXiv's vast repository.
- Topic-based Search: Users can search for papers on specific topics or with particular keywords.
- FAQ Answering[TODO]: GTABot can answer common questions about papers, such as methodology, results, and impact.
Name | Preview | Note |
---|---|---|
Homepage | ||
Admin Homepage | ||
Admin Subject | ||
Admin Paper | ||
Telegram Channel |
- Clone the repository
git clone https://github.com/xiaoli/GTABot.git
- Navigate to the project directory
cd GTABot
- Install the required dependencies
pip install -r requirements.txt
- DB migration
python manage.py migrate
- Environment Variables
cp env_example .env
EDIT .env TO FILL YOUR OWN SETTINGS
- Create a superuser account
python manage.py createsuperuser
- Run the web server
python manage.py runserver
- Add some interesting subjects
Admin >> Home >> Research >> Subjects >> Add Subject
- Run the bot
python manage.py grabpapers
Refer to Getting Started on Heroku with Python
Heroku Scheduler >> Add job >> "python manage.py grabpapers" / Every 10 minutes
Refer to env_example:
TELEGRAM_API_TOKEN='{AAA:BBB}'
TELEGRAM_CHANNEL_ID=-100{CHANNEL_ID}
ARXIV_HOST_URL='https://arxiv.org'
ENABLE_TELEGRAM_CHANNEL_MSG=True
ARXIV_MAX_RESULTS_COUNT=10