All Projects → topix-hackademy → Social Listener

topix-hackademy / Social Listener

Licence: mit
Python project used to collect tweets and social-network data from Social's API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Social Listener

Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (+1588.89%)
Mutual labels:  api, mongodb, flask
Pb
pb is a formerly-lightweight pastebin and url shortener
Stars: ✭ 448 (+4877.78%)
Mutual labels:  mongodb, flask
Buji Pac4j
pac4j security library for Shiro: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 444 (+4833.33%)
Mutual labels:  mongodb, twitter
Pymessager
Python API to develop chatbot on Facebook Messenger Platform
Stars: ✭ 580 (+6344.44%)
Mutual labels:  api, flask
Data Driven Web Apps With Flask
Course demo code and other hand-out materials for our data-driven web apps in Flask course
Stars: ✭ 388 (+4211.11%)
Mutual labels:  mongodb, flask
Spruce
A social networking platform made using Node.js and MongoDB
Stars: ✭ 399 (+4333.33%)
Mutual labels:  api, mongodb
Osroom
[很多问题在维修中, 作者疫情期间忙碌,很多问题无法及时处理] 准备v3.0 Beta, v2.2维护少| OS鹿 | Python Flask开源网站
Stars: ✭ 557 (+6088.89%)
Mutual labels:  mongodb, flask
The Seo Framework
The SEO Framework WordPress plugin.
Stars: ✭ 329 (+3555.56%)
Mutual labels:  api, twitter
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+7188.89%)
Mutual labels:  api, twitter
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+7366.67%)
Mutual labels:  api, mongodb
Nodeapi
Simple RESTful API implementation on Node.js + MongoDB.
Stars: ✭ 719 (+7888.89%)
Mutual labels:  api, mongodb
Play Pac4j
Security library for Play framework 2 in Java and Scala: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 375 (+4066.67%)
Mutual labels:  mongodb, twitter
Yotter
Youtube and Twitter with privacy.
Stars: ✭ 376 (+4077.78%)
Mutual labels:  flask, twitter
Octblog
Yet another blog system powered by Flask and MongoDB
Stars: ✭ 421 (+4577.78%)
Mutual labels:  mongodb, flask
Socialreaper
Social media scraping / data collection library for Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 338 (+3655.56%)
Mutual labels:  api, twitter
Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (+4911.11%)
Mutual labels:  api, flask
Blog
🤣本项目有不同开发版本,最新版底层基于 abp vNext 搭建和免费开源跨平台框架 .NET5 进行开发,使用 MongoDB 存储数据,Redis 缓存数据。项目采用前后端分离的模式进行开发,API 遵循 RESTful 接口规范,页面使用 Blazor 进行开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helped you, please give a star ⭐️ for this repository. 👍👍👍
Stars: ✭ 827 (+9088.89%)
Mutual labels:  api, mongodb
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (+3244.44%)
Mutual labels:  api, mongodb
Toapi
Every web site provides APIs.
Stars: ✭ 3,209 (+35555.56%)
Mutual labels:  api, flask
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+6600%)
Mutual labels:  api, mongodb

Social Listener

Python project used to collect tweets and social-network data from Social's API

Requirements

First of all create a Virtualenv

virtualenv envSocial
source envSocial/bin/activate

Install requirements:

pip install -r requirements.txt

You need also:

MongoDB up and running
Twitter Developer Account 

Install front-end requirements:

npm install

How to Run

Create your own config file:

cp config.ini.sample config.ini

Remember to edit the file with your settings.

In Development Mode:

npm start (compile and run python server)

and in a second terminal window

npm run watch (watch on files)

In Production Mode use WSGI with Apache/NGINX (documentation will be provided soon..).

API

We support API! Go to:

/api/v1

For now, we only support Twitter APIs:

/api/v1/twitter

Credits

Developed with <3 from TOP-IX Hackademy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].