SciTeX Scholar API is now public.
https://t.co/kVWqC8snz5
→ JSON: titles, abstracts, citations, impact factors
→ Up to 10K results in seconds
→ 100% open-source (AGPL-3.0)
Docs: https://t.co/FXWwuHxD8a
#OpenScience#ResearchAPI
Local Crossref search demo:
$ crossref-local search "hippocampus" --impact-factor --abstracts
65K results in seconds. No API. No rate limits.
Human-readable text or --json for AI agents.
https://t.co/0zoS1SNCcZ
#OpenScience#AcademicTwitter#ResearchTools#Python#AIAgents
Key features:
• Multi-platform posting (Twitter, LinkedIn, Reddit, Slack, YouTube)
• Schedule posts for later
• Google Analytics integration
• MCP server with 8 tools for AI agents
• Org-mode draft management
Full docs: https://t.co/sU2ltyXzZE
Released Socialia v0.5.0 - unified social media CLI for developers
Post to Twitter, LinkedIn, Reddit, Slack, YouTube from one API. MCP server for AI agents included
pip install socialia
https://t.co/YYcxHVqTCc
#Python#OpenSource
Feb 2 dev log: Handwritten notes > digital for brainstorming
Today's progress:
- FigRecipe → scitex.plt integration
- OpenAlex API support
- scitex-cloud staging
- openalex-local FTS indexing complete (250M+ works searchable locally)
#Python#OpenScience
Feb 2 dev log: Integrating FigRecipe with scitex.plt for declarative publication-ready figures
Also working on:
- scitex visualizer UI refresh
- OpenAlex API support
- scitex-cloud staging
Handwritten notes still beat digital for brainstorming
#Python#OpenScience
Big milestone: openalex-local now has full-text search indexing complete
250M+ academic works searchable locally without API rate limits. Combined with crossref-local, that's serious offline research capability
Building the infrastructure for AI-assisted literature review
The dashboard compares:
- pyproject.toml version
- Installed package version
- Git tags
- PyPI published version
- Remote host installations
Color-coded status: OK, Unreleased, Mismatch, Outdated
Part of the SciTeX ecosystem for reproducible research.
Built a real-time version dashboard that tracks 8 packages across 5 environments (local, git, PyPI, hosts, GitHub).
Instantly spots version mismatches, unreleased changes, and sync issues.
No more "works on my machine" surprises.
#Python#DevOps
Can you prove your results came from your data?
scitex.verify tracks files through your pipeline with SHA256 hashes.
scitex verify chain output.png
Shows what's verified (✓) vs broken (✗). Built into @stx.session.
pip install scitex
#Python#ReproducibleScience
Setup is just 5 lines in claude_desktop_config.json. Point to scitex binary, run 'mcp start'. 148 research tools instantly available in Claude. pip install scitex, add config, done. Full research automation at your fingertips. #ClaudeAI#MCP#DevTools